]> The Tcpdump Group git mirrors - tcpdump/commit
If libpcap is configured with --enable-optimizer-dbg, it expects dflag
authorguy <guy>
Sun, 7 Nov 2004 22:05:20 +0000 (22:05 +0000)
committerguy <guy>
Sun, 7 Nov 2004 22:05:20 +0000 (22:05 +0000)
commit3a0c6efa53b5200e6df9dc2e7513a32503af3ca6
tree3c24feb77b23b2b5e3a59f43af6e16714209ed69
parent5750d1c0230cac793a797e52b10fc2a73ae828fd
If libpcap is configured with --enable-optimizer-dbg, it expects dflag
to be a global supplied by the application using it.  In tcpdump, "-d"
is a specialized flag, and doesn't apply to packet dissection, so it
doesn't belong in the netdissect structure - make it a global again.
interface.h
netdissect.h
tcpdump.c