]> The Tcpdump Group git mirrors - libpcap/commit
Put the stuff to get the sized integer types defined into pcap-types.h.
authorGuy Harris <[email protected]>
Mon, 4 Sep 2017 07:51:48 +0000 (00:51 -0700)
committerGuy Harris <[email protected]>
Mon, 4 Sep 2017 07:51:48 +0000 (00:51 -0700)
commita5514e389019adda62f2d34dd02555f95af0f6d9
tree37eb924a593af1ea6bdf2705aad453b6db7ee07c
parent788b880617318c55db670e533ac3124ea77eafb9
Put the stuff to get the sized integer types defined into pcap-types.h.

Have pcap-types.h arrange to define the intN_t/u_intN_t types, and the
INTn_MAX/UINTn_MAX values, on all platforms, and use it wherever it's
appropriate.

Include it up front in scanner.l, to avoid redefinitions of the
INTn_MAX/UINTn_MAX types.
14 files changed:
Makefile.in
bpf/net/bpf_filter.c
bpf_image.c
etherent.c
gencode.c
optimize.c
pcap-common.c
pcap-stdinc.h
pcap-types.h [new file with mode: 0644]
pcap.c
savefile.c
scanner.l
sf-pcap-ng.c
sf-pcap.c