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 /INSTALL.txt | |
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 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 3f845c05..a03e2c00 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -221,6 +221,7 @@ print-tftp.c - Trivial File Transfer Protocol printer routines print-timed.c - BSD time daemon protocol printer routines print-token.c - Token Ring printer routines print-udp.c - UDP printer routines +print-usb.c - USB printer routines print-vjc.c - PPP Van Jacobson compression (RFC1144) printer routines print-vrrp.c - Virtual Router Redundancy Protocol print-wb.c - White Board printer routines |