diff options
author | Guy Harris <gharris@steve.local> | 2009-04-04 12:30:27 -0700 |
---|---|---|
committer | Guy Harris <gharris@steve.local> | 2009-04-04 12:30:27 -0700 |
commit | 2c28d8f466181bed668e9fa6dc8ed5d4821d159a (patch) | |
tree | a14505df2bc993b2aa3bb2acc35d597806e3d4dc /config.h.in | |
parent | 3e496441140ab04cb86bd236fd441fdd44add787 (diff) | |
download | tcpdump-2c28d8f466181bed668e9fa6dc8ed5d4821d159a.tar.gz |
From Bert Vermeulen: add a USB printer, and fix the error message
printed when trying to print packets for a DLT_ for which we don't have
a printer to indicate that you can still save to a capture file in that
case. (Slightly changed not to require DLT_USB_LINUX_MMAPPED to be
defined, for older libpcaps that only define DLT_USB_LINUX.)
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 085cc936..f2d13014 100644 --- a/config.h.in +++ b/config.h.in @@ -208,6 +208,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/usb.h> header file. */ +#undef HAVE_PCAP_USB_H + /* Define to 1 if you have the `pfopen' function. */ #undef HAVE_PFOPEN |