]> The Tcpdump Group git mirrors - libpcap/commit
Don't check for DLT_IPNET if it's not defined - in pcap-bpf.c, the bpf.h
authorGuy Harris <[email protected]>
Wed, 25 Nov 2009 20:02:06 +0000 (12:02 -0800)
committerGuy Harris <[email protected]>
Wed, 25 Nov 2009 20:02:06 +0000 (12:02 -0800)
commitb8c57c9529c273496b6ce6a144770c0cf9de392d
tree6552570d009f0aa3bb5a5a3af1e05ea056337470
parent272bbe3dfed640aa5fcb5075ad4abede8882141f
Don't check for DLT_IPNET if it's not defined - in pcap-bpf.c, the bpf.h
we're using is the OS's, not libpcap's, so it's not necessarily defined.

Explain why we're checking for DLT_IPNET.
pcap-bpf.c