]> The Tcpdump Group git mirrors - libpcap/commit
Use u_short rather than u_int16_t; that's what we do elsewhere.
authorGuy Harris <[email protected]>
Thu, 6 Nov 2014 07:39:57 +0000 (23:39 -0800)
committerGuy Harris <[email protected]>
Thu, 6 Nov 2014 07:39:57 +0000 (23:39 -0800)
commit29ddd430b98024b58d808bad225b572d856e985e
treebcbfc9fd324997a9cea28c24045bb8b508a0be31
parent470e33dd8bfc28eb9d7dc042748552edd790d914
Use u_short rather than u_int16_t; that's what we do elsewhere.

u_int16_t is not guaranteed to be defined when this is included by
applications (for example, tcpdump).
pcap/bpf.h