]> The Tcpdump Group git mirrors - tcpdump/commit
Allow builds if libpcap doesn't have pcap_set_tstamp_precision().
authorGuy Harris <[email protected]>
Wed, 25 Jun 2014 19:06:35 +0000 (12:06 -0700)
committerGuy Harris <[email protected]>
Wed, 25 Jun 2014 19:06:35 +0000 (12:06 -0700)
commita509c52d31d1835d54295e9157d9ec387b27520b
treec408c48a9eadc7311d28a49023d21bcdca5bad62
parente76768c97a70934b8f3a41fe2df705c61a924a47
Allow builds if libpcap doesn't have pcap_set_tstamp_precision().

Check for pcap_set_tstamp_precision() in the configure script and, if
it's not there, don't include the code that allows time stamp precisions
to be set.
config.h.in
configure
configure.in
tcpdump.c
util.c