summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* If -U is specified, flush the file after creating it, so it's not zero-length.Romain Francoise2010-06-051-0/+4
* Add a -h flag, and only attempt to recognize 802.11s mesh headers if it's set.Guy Harris2010-05-271-1/+5
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/tcpdumpMichael Richardson2010-05-131-1/+1
|\
| * When printing the link-layer type list, send *all* output to stderr.Guy Harris2010-05-071-1/+1
* | moved ieee802.15.4 to NDO systemMichael Richardson2010-05-131-3/+3
* | tcpdump.c: fix merge error: ieee802_15_4_if_print isn't a new style printerDmitry Eremin-Solenikov2010-03-091-3/+3
* | Merge remote branch 'origin/master'Dmitry Eremin-Solenikov2010-03-091-39/+131
|\ \ | |/
| * tcpdump.c: mark several variables as staticKovarththanan Rajaratnam2010-02-201-3/+3
| * Recognize -b as a flag.Guy Harris2010-02-081-1/+2
| * Mention the b flag in the usage message.Guy Harris2010-02-081-1/+1
| * Handle the 48-byte and 64-byte Linux USB headers differently; for now,Guy Harris2010-01-251-6/+8
| * raw_if_print() isn't yet a new-style print routine.Guy Harris2010-01-101-6/+6
| * This commit makes ipnet_if_print the first NDO aware top-levelMichael Richardson2010-01-101-18/+47
| |\
| | * Add support for DLT_IPV4 and DLT_IPV6.Guy Harris2010-01-041-14/+20
| | * When printing a list of link-layer types for -L, give the name of theGuy Harris2009-12-011-4/+27
| * | make new list of printers that take ndo argument, and use it as appropriateMichael Richardson2010-01-101-13/+56
| |/
| * The patches attached to this email are required to get a fully working tcpdumpDarren Reed2009-11-241-0/+3
| * Report ps_ifdrop if it's non-zero.Guy Harris2009-09-071-1/+15
* | Add support for IEEE 802.15.4 packetsDmitry Eremin-Solenikov2009-08-091-0/+3
|/
* From Karl Norby: print the unsigned packet statistics with %u, not %d.Guy Harris2009-07-311-2/+2
* execlp() is a varargs function, so if NULL is defined as 0, the compilerGuy Harris2009-06-091-1/+1
* 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