summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check not just the capture length but the on-the-network length.tcpdump_4.2Guy Harris2015-01-061-6/+5
* Don't run past the snapshot length when doing hex/ASCII dumps.Guy Harris2015-01-062-0/+17
* Do bounds checking when unescaping PPP.Guy Harris2014-11-191-8/+11
* Don't subtract the UDP header size from the length twice.Guy Harris2014-11-191-4/+2
* Use the length field in the UDP header.Guy Harris2014-11-192-13/+30
* Report a too-long unreachable destination list.Guy Harris2014-11-191-12/+15
* Not using offsetof() any more, so no need for <stddef.h>.Guy Harris2014-11-191-1/+0
* Further cleanups.Guy Harris2014-11-191-136/+126
* Clean up error message printing.Guy Harris2014-11-192-43/+47
* Add initial bounds check, get rid of union aodv.Guy Harris2014-11-192-144/+130
* Do more bounds checking and length checking.Guy Harris2014-11-191-15/+43
* The interval in an AODV HELLO extension is not aligned on a 4-byte boundary.Guy Harris2014-11-191-2/+3
* Give more information on -l, and note that -U works without -w.Guy Harris2012-03-101-7/+44
* Discuss buffering when describing the -w flag.Guy Harris2012-03-101-0/+7
* Fix the other typo, so setting CPPFLAGS in the environment works correctly.Guy Harris2012-03-052-4/+4
* Ask for the libpcap Makefile while we're at it.Guy Harris2012-03-032-3/+6
* Fix typo, so setting CPPFLAGS in the environment works correctly.Guy Harris2012-03-032-4/+4
* Ask for more information if we don't find pcap_loop.Guy Harris2012-03-032-3/+21
* Print a space after the options if there are any options.Guy Harris2012-02-281-0/+3
* Get rid of extra blank after unknown options.Matthew Luckie2012-02-281-1/+1
* Use expr instead of bashisms.Dagobert Michelsen2012-02-281-4/+4
* bumped version in case we another point releaseMichael Richardson2012-01-011-1/+1
* bittypes.h is no longer required include for windowstcpdump_4_2rel1tcpdump-4.2.1Michael Richardson2012-01-011-1/+0
* Set version to 4.2.1 for releaseMichael Richardson2012-01-011-1/+1
* for some reason, ip-proto-72 was decoded as "cpnx" at some pointMichael Richardson2012-01-011-1/+1
* Note the length checks in the Babel printer.Guy Harris2011-12-181-0/+1
* Add length checks, use EXTRACT_16BITS().Guy Harris2011-12-181-34/+26
* Add changes in 4.2.1.Guy Harris2011-12-091-0/+22
* Make this 4.2.1-PRE-GIT for now, in preparation for a release.Guy Harris2011-12-091-1/+1
* Fix a typo (from the Red Hat tcpdump package) and use .LP.Guy Harris2011-12-091-5/+3
* Get rid of an unused variable.Guy Harris2011-12-081-4/+0
* Fix a bunch of "sizeof(sizeof(XXX))".Sascha Wildner2011-12-076-8/+8
* Add a CARP dissector and a command-line option to dissect proto 112 as CARP.George Neville-Neil2011-11-238-3/+113
* Constify some arguments.Guy Harris2011-10-132-4/+4
* Put in missing break.Michal Sekletar2011-10-131-0/+1
* Remove unnecessary test.Michal Sekletar2011-10-132-4/+7
* Clean up option-walking code.Guy Harris2011-10-131-4/+7
* Fix test output - IP protocol 72 is in /etc/services on at least some UN*Xes.zilog80a2011-10-131-1/+1
* Change name of Hilscher link types to say NETANALYER.Guy Harris2011-09-153-18/+18
* Add printers for the Hilscher Ethernet link-layer types.Guy Harris2011-09-153-1/+69
* Handle systems with getrpcbynumber() but no header file for it.Guy Harris2011-09-024-7/+11
* For Babel, recognise both UDP/6696 and UDP/6697.Juliusz Chroboczek2011-08-302-2/+3
* Get rid of another zero-length array.Guy Harris2011-08-141-1/+0
* Don't compile print-babel.c if we don't have IPv6 support.Guy Harris2011-08-144-13/+6
* Get rid of GCCisms.Guy Harris2011-08-141-10/+11
* Don't assume we have IPv6 support.Guy Harris2011-08-141-0/+8
* Declare all local variables before any executable statements.Guy Harris2011-08-141-1/+2
* Make sure ppi.h is in the release tarball.Romain Francoise2011-08-141-0/+1
* Also get rid of lmp.new.Guy Harris2011-07-261-1/+0
* Update the EXTRA_DIST list to reflect what's now in the tests directory.Guy Harris2011-07-261-18/+25