]> The Tcpdump Group git mirrors - tcpdump/commit
Use the new debugging routines in libpcap.
authorGuy Harris <[email protected]>
Thu, 31 Dec 2015 02:49:37 +0000 (18:49 -0800)
committerGuy Harris <[email protected]>
Thu, 31 Dec 2015 02:49:37 +0000 (18:49 -0800)
commit817aadf8bb2f67efced4c26f7335db0f64d67783
tree37c5909b85dc5cebc71acf6dafda32f594f5cb16
parent3dbcc57b6adf21628b8da07b8782d1d7c7bf0bfc
Use the new debugging routines in libpcap.

Newer versions of libpcap, when configured to provide debugging
printouts for the filter expression parser or optimizer, provide
routines to set the "debug the parser" and "debug the optimizer" flags;
use them if the library has them.  If the library doesn't have them, do
our best to try to use the older mechanisms for requesting debugging, if
present.
config.h.in
configure
configure.in
tcpdump.c