summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* Based on a fix from Miroslav Lichvar: don't crash with "-i <num>" ifGuy Harris2009-04-281-5/+11
* From Robert Edmonds: free the string that contains the filter as soon asGuy Harris2009-04-181-0/+1
* From Bert Vermeulen: add a USB printer, and fix the error messageGuy Harris2009-04-041-2/+8
* Make the default snapshot length the maximum; add a #define for theGuy Harris2009-03-051-2/+2
* from Anantharamu Suryanarayana: add 4-byte AS support to the BGP printerHannes Gredler2009-01-201-0/+3
* We support building tcpdump with versions of libpcap other than the oneguy2008-09-251-2/+2
* add infrastructure for verifiying the HMAC-MD5 digest in routing protocols.hannes2008-08-161-2/+2
* pcap_errtostr() was renamed pcap_statustostr().guy2008-04-091-9/+28
* If we get PCAP_ERROR_NO_SUCH_DEVICE or PCAP_ERROR_PERM_DENIED fromguy2008-04-091-2/+8
* Use the new pcap_errtostr() routine, rather than pcap_strerror(), to mapguy2008-04-061-8/+8
* Get rid of some debugging code.guy2008-04-041-10/+1
* Use the new libpcap API's if available; that means we can support "-B"guy2008-04-041-19/+77
* Say "printing not supported", not just "not supported", for DLT_ valuesguy2008-01-291-3/+3
* Support DLT_IEEE802_11_RADIO_AVS.guy2007-12-201-1/+4
* ..and don't bother trying to get statistics if we're reading from aguy2007-11-211-2/+7
* From Max Laier (via Giorgos Keramidas?): clear "infoprint" ifguy2007-11-211-1/+2
* Added a temporary "not implemented" version of compress_savefile forgianluca2007-10-131-4/+20
* From Paolo Abeni: print some basic Bluetooth information.guy2007-09-241-1/+4
* From Max Laier: check whether the system has <net/pfvar.h> and:guy2007-09-121-2/+2
* From Ben Byer <bushing@sourceforge.net>: add a "-K" flag to suppress theguy2006-05-051-9/+13
* from Sebastien Raveau <sebastien.raveau@epita.fr>hannes2006-03-231-23/+79
* move the crc10 verification to a new file checksum.c (will add other checksum...hannes2006-02-091-1/+2
* add support for FRF.16 Multilink Frame-Relay (DLT_MFR)hannes2005-12-131-1/+4
* - add the -ttttt timestamp option which prints the time differencehannes2005-12-131-2/+3
* We don't need gettimeofday() to just get seconds since January 1, 1970,guy2005-12-051-68/+73
* from Will Drewry <will AT alum.bu.edu>hannes2005-10-251-1/+3
* from Will Drewry <will AT alum.bu.edu>hannes2005-10-201-22/+115
* add support for DLT_JUNIPER{PPP,ETHER,FRELAY,CHDLC} printershannes2005-08-231-1/+13
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-1/+4
* Have "ascii_print()" do the "-A" output, and nothing but the "-A"guy2005-07-061-13/+29
* Use pcap_dump_ftell() rather than casting a pcap_dumper_t * to a FILE *guy2005-06-031-2/+2
* add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}, better boundary...hannes2005-05-221-1/+13
* add support for DLT_JUNIPER_PPPOE_ATM printerhannes2005-05-121-1/+4
* add support for DLT_JUNIPER_PPPOE, fix zero-length cookieshannes2005-05-031-1/+4
* refactor the juniper_parse header printer, add juniper FRF.16 dissectorhannes2005-04-201-1/+4
* add support for Juniper ML-PPP DLT for printing captureshannes2005-01-271-1/+4
* add support for printing Multi-Link Frame Relayhannes2005-01-271-1/+4
* There isn't a "default_print_unaligned" routine, so there's no need forguy2004-12-231-3/+11
* If libpcap is configured with --enable-optimizer-dbg, it expects dflagguy2004-11-071-2/+3
* add support for dissecting DLT_JUNIPER_ATM1 (137) and DLT_JUNIPER_ATM2 (135)hannes2004-10-191-1/+7
* From Sebastien Vincent <svincent@idems.fr>: fix the handling of "-x" andguy2004-09-041-5/+23
* add ppp support for DLT_PPP_WITHDIRECTION; print direction (hidden under eflag)hannes2004-08-181-1/+4
* Get rid of a stray semicolon.guy2004-07-211-4/+4
* Catch invalid "-t" counts.guy2004-06-151-3/+12
* Make "tflag" count the number of "-t"s, to make it more obvious whatguy2004-06-151-4/+8
* From Raphael Raimbault <raphael.raimbault@netasq.com>: "-tttt" requiresguy2004-06-151-2/+2
* On most UN*Xes, "uid_t" and "gid_t" are unsigned, and, on someguy2004-04-071-8/+14
* Fixed a bug that caused "windump" with no parameters not to display therisso2004-04-061-8/+9
* print-esp has been "NDO"-ized.mcr2004-04-051-5/+46
* update changes filemcr2004-03-301-43/+39