| Commit message (Expand) | Author | Age | Files | Lines |
* | Based on a fix from Miroslav Lichvar: don't crash with "-i <num>" if | Guy Harris | 2009-04-28 | 1 | -5/+11 |
* | From Robert Edmonds: free the string that contains the filter as soon as | Guy Harris | 2009-04-18 | 1 | -0/+1 |
* | From Bert Vermeulen: add a USB printer, and fix the error message | Guy Harris | 2009-04-04 | 1 | -2/+8 |
* | Make the default snapshot length the maximum; add a #define for the | Guy Harris | 2009-03-05 | 1 | -2/+2 |
* | from Anantharamu Suryanarayana: add 4-byte AS support to the BGP printer | Hannes Gredler | 2009-01-20 | 1 | -0/+3 |
* | We support building tcpdump with versions of libpcap other than the one | guy | 2008-09-25 | 1 | -2/+2 |
* | add infrastructure for verifiying the HMAC-MD5 digest in routing protocols. | hannes | 2008-08-16 | 1 | -2/+2 |
* | pcap_errtostr() was renamed pcap_statustostr(). | guy | 2008-04-09 | 1 | -9/+28 |
* | If we get PCAP_ERROR_NO_SUCH_DEVICE or PCAP_ERROR_PERM_DENIED from | guy | 2008-04-09 | 1 | -2/+8 |
* | Use the new pcap_errtostr() routine, rather than pcap_strerror(), to map | guy | 2008-04-06 | 1 | -8/+8 |
* | Get rid of some debugging code. | guy | 2008-04-04 | 1 | -10/+1 |
* | Use the new libpcap API's if available; that means we can support "-B" | guy | 2008-04-04 | 1 | -19/+77 |
* | Say "printing not supported", not just "not supported", for DLT_ values | guy | 2008-01-29 | 1 | -3/+3 |
* | Support DLT_IEEE802_11_RADIO_AVS. | guy | 2007-12-20 | 1 | -1/+4 |
* | ..and don't bother trying to get statistics if we're reading from a | guy | 2007-11-21 | 1 | -2/+7 |
* | From Max Laier (via Giorgos Keramidas?): clear "infoprint" if | guy | 2007-11-21 | 1 | -1/+2 |
* | Added a temporary "not implemented" version of compress_savefile for | gianluca | 2007-10-13 | 1 | -4/+20 |
* | From Paolo Abeni: print some basic Bluetooth information. | guy | 2007-09-24 | 1 | -1/+4 |
* | From Max Laier: check whether the system has <net/pfvar.h> and: | guy | 2007-09-12 | 1 | -2/+2 |
* | From Ben Byer <bushing@sourceforge.net>: add a "-K" flag to suppress the | guy | 2006-05-05 | 1 | -9/+13 |
* | from Sebastien Raveau <sebastien.raveau@epita.fr> | hannes | 2006-03-23 | 1 | -23/+79 |
* | move the crc10 verification to a new file checksum.c (will add other checksum... | hannes | 2006-02-09 | 1 | -1/+2 |
* | add support for FRF.16 Multilink Frame-Relay (DLT_MFR) | hannes | 2005-12-13 | 1 | -1/+4 |
* | - add the -ttttt timestamp option which prints the time difference | hannes | 2005-12-13 | 1 | -2/+3 |
* | We don't need gettimeofday() to just get seconds since January 1, 1970, | guy | 2005-12-05 | 1 | -68/+73 |
* | from Will Drewry <will AT alum.bu.edu> | hannes | 2005-10-25 | 1 | -1/+3 |
* | from Will Drewry <will AT alum.bu.edu> | hannes | 2005-10-20 | 1 | -22/+115 |
* | add support for DLT_JUNIPER{PPP,ETHER,FRELAY,CHDLC} printers | hannes | 2005-08-23 | 1 | -1/+13 |
* | Add a flag to suppress the "default_print()" call made in various | guy | 2005-07-07 | 1 | -1/+4 |
* | Have "ascii_print()" do the "-A" output, and nothing but the "-A" | guy | 2005-07-06 | 1 | -13/+29 |
* | Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE * | guy | 2005-06-03 | 1 | -2/+2 |
* | add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}, better boundary... | hannes | 2005-05-22 | 1 | -1/+13 |
* | add support for DLT_JUNIPER_PPPOE_ATM printer | hannes | 2005-05-12 | 1 | -1/+4 |
* | add support for DLT_JUNIPER_PPPOE, fix zero-length cookies | hannes | 2005-05-03 | 1 | -1/+4 |
* | refactor the juniper_parse header printer, add juniper FRF.16 dissector | hannes | 2005-04-20 | 1 | -1/+4 |
* | add support for Juniper ML-PPP DLT for printing captures | hannes | 2005-01-27 | 1 | -1/+4 |
* | add support for printing Multi-Link Frame Relay | hannes | 2005-01-27 | 1 | -1/+4 |
* | There isn't a "default_print_unaligned" routine, so there's no need for | guy | 2004-12-23 | 1 | -3/+11 |
* | If libpcap is configured with --enable-optimizer-dbg, it expects dflag | guy | 2004-11-07 | 1 | -2/+3 |
* | add support for dissecting DLT_JUNIPER_ATM1 (137) and DLT_JUNIPER_ATM2 (135) | hannes | 2004-10-19 | 1 | -1/+7 |
* | From Sebastien Vincent <svincent@idems.fr>: fix the handling of "-x" and | guy | 2004-09-04 | 1 | -5/+23 |
* | add ppp support for DLT_PPP_WITHDIRECTION; print direction (hidden under eflag) | hannes | 2004-08-18 | 1 | -1/+4 |
* | Get rid of a stray semicolon. | guy | 2004-07-21 | 1 | -4/+4 |
* | Catch invalid "-t" counts. | guy | 2004-06-15 | 1 | -3/+12 |
* | Make "tflag" count the number of "-t"s, to make it more obvious what | guy | 2004-06-15 | 1 | -4/+8 |
* | From Raphael Raimbault <raphael.raimbault@netasq.com>: "-tttt" requires | guy | 2004-06-15 | 1 | -2/+2 |
* | On most UN*Xes, "uid_t" and "gid_t" are unsigned, and, on some | guy | 2004-04-07 | 1 | -8/+14 |
* | Fixed a bug that caused "windump" with no parameters not to display the | risso | 2004-04-06 | 1 | -8/+9 |
* | print-esp has been "NDO"-ized. | mcr | 2004-04-05 | 1 | -5/+46 |
* | update changes file | mcr | 2004-03-30 | 1 | -43/+39 |