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
* improve ZeroMQ support (ZMTP/1.0 inside PGM/EPGM)Denis Ovsienko2013-04-141-0/+2
* use existing PGM decoder for UDP-encapsulated PGMDenis Ovsienko2013-04-141-0/+2
* Change C++ style comments to C style commentsfxlb2013-04-141-2/+2
* Stop reading multiple files properly on cleanup.Wesley Shields2013-03-291-0/+8
* - Add support for OTV (draft-hasmit-otv-04).Francesco Fondelli2013-02-261-0/+2
* ZeroMQ initial support (ZMTP/1.0 framing)Denis Ovsienko2013-02-111-0/+2
* Squelch some warnings, and add some comments to clarify the code path.Guy Harris2012-11-301-0/+23
* Fix some more NAME_MAX->PATH_MAX and make some routines static.Guy Harris2012-11-291-4/+8
* Merge branch 'master' of https://github.com/mcr/tcpdumpWesley Shields2012-10-011-18/+17
|\
| * 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
| * add missing double quote to fix compilingDenis Ovsienko2012-09-101-1/+1
* | Merge remote-tracking branch 'upstream/master'Wesley Shields2012-09-101-0/+2
|\ \ | |/
| * Indention should match nowBill Parker2012-09-041-2/+2
| * Sanity Checking for mallocBill Parker2012-09-041-0/+2
* | Address Michael's comments.Wesley Shields2012-09-061-9/+17
* | Properly print when dlt changes.Wesley Shields2012-08-111-15/+23
* | DLT change detection.Wesley Shields2012-08-111-4/+7
* | Add multi-file support.Wesley Shields2012-08-101-40/+97
|/
* Add "radius" as an option for -T.Guy Harris2012-06-301-0/+4
* Dropping root priviledges using Linux CapabilitiesMichal Sekletar2012-05-251-0/+52
* 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