summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* Don't run past the snapshot length when doing hex/ASCII dumps.Guy Harris2015-01-061-0/+5
* More strictly check for numbers as arguments to -i.Guy Harris2012-09-271-5/+4
* Use PATH_MAX, not NAME_MAX.Guy Harris2012-09-271-12/+12
* Back out DLT_PFSYNC support.Guy Harris2012-02-291-3/+0
* Add DLT_PFSYNC support.Guy Harris2012-02-291-0/+3
* tcpdump now accepts SIGUSR1 as a signal to print the statistics on systems th...Kenichi Maehashi2012-02-071-4/+10
* Add a CARP dissector and a command-line option to dissect proto 112 as CARP.George Neville-Neil2011-11-231-0/+2
* Change name of Hilscher link types to say NETANALYER.Guy Harris2011-09-151-4/+4
* Add printers for the Hilscher Ethernet link-layer types.Guy Harris2011-09-151-0/+6
* Note that ndo_error doesn't, and *ndo_error shouldn't, return.Guy Harris2011-06-241-1/+2
* Use "-H", not "-h", for the 802.11s option, and improve error reporting.Guy Harris2011-06-211-4/+7
* From: Darren Reed <darren.reed@oracle.com>Michael Richardson2011-05-031-6/+5
* Fix plurals in packet count messages.Guy Harris2011-03-081-5/+8
* Add support for nommu systems.Guy Harris2010-11-301-7/+18
* Switch user ID/root directory with -Z before opening savefiles for output.Paul Ferrell2010-11-061-10/+25
* reworked print-ether to use netdissectMichael Richardson2010-10-071-1/+1
* Document -j and -J. List -h in the usage message.Guy Harris2010-08-231-1/+1
* Handle DLT_IEEE802_15_4_NOFCS like DLT_IEEE802_15_4.Guy Harris2010-08-221-0/+3
* Print a -L-like header for -J.Guy Harris2010-08-221-0/+7
* Add support for setting the time stamp type for a capture.Guy Harris2010-08-221-11/+76
* 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