summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-08-22 17:32:26 -0700
committerGuy Harris <guy@alum.mit.edu>2010-08-22 17:32:26 -0700
commita20a6126fcdd61b06b16436d171a9a43c270e599 (patch)
tree8d23ffdedaf63c3f2cc8acbdd180d95af9222d76 /config.h.in
parent04f2f280cd84afd9c2f80b7c5fd2e940d4080583 (diff)
downloadtcpdump-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.in3
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