diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-08-22 17:32:26 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-08-22 17:32:26 -0700 |
commit | a20a6126fcdd61b06b16436d171a9a43c270e599 (patch) | |
tree | 8d23ffdedaf63c3f2cc8acbdd180d95af9222d76 /config.h.in | |
parent | 04f2f280cd84afd9c2f80b7c5fd2e940d4080583 (diff) | |
download | tcpdump-a20a6126fcdd61b06b16436d171a9a43c270e599.tar.gz |
Add support for setting the time stamp type for a capture.
Based on a patch from Scott Mcmillan <scott.a.mcmillan@intel.com>.
While we're at it, make some error messages a bit less geeky.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b5d88982..3be38477 100644 --- a/config.h.in +++ b/config.h.in @@ -162,6 +162,9 @@ /* Define to 1 if you have the `pcap_lib_version' function. */ #undef HAVE_PCAP_LIB_VERSION +/* Define to 1 if you have the `pcap_set_tstamp_type' function. */ +#undef HAVE_PCAP_SET_TSTAMP_TYPE + /* Define to 1 if you have the <pcap/usb.h> header file. */ #undef HAVE_PCAP_USB_H |