summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix errors (7 tests failed) with 'make check'tcpdump-4.3Francois-Xavier Le Bail2015-05-252-207/+14
* Travis: Add .travis.yml (same as in version 4.4)Francois-Xavier Le Bail2015-05-251-0/+14
* SFLOW: Fix bounds checkingFrancois-Xavier Le Bail2015-05-191-3/+52
* Fix the pointer tests in the non-ndoified TTEST2() macro as well.Guy Harris2015-03-021-2/+14
* AC_TYPE_UINTPTR_T requires a newer autoconf.Guy Harris2015-03-021-1/+1
* C compilers can, and some do, optimize away pointer underflow checks.Guy Harris2015-03-024-7436/+3313
* Don't run past the snaplength when printing a packet with a too-short LI.Guy Harris2015-03-011-1/+1
* Check not just the capture length but the on-the-network length.Guy 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
* The interval in an AODV HELLO extension is not aligned on a 4-byte boundary.Guy Harris2014-11-191-2/+3
* 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
* If we don't have IPv6 address support, don't try to print IPv6 addresses.Guy Harris2012-12-241-0/+8
* LBL moved the old NRG stuff to an "old" directory. Update the URL.Guy Harris2012-12-111-1/+1
* Get rid of unnecessary assignment.Guy Harris2012-11-301-2/+0
* Get rid of unnecessary initialization.Guy Harris2012-11-301-1/+1
* Fix typo.Guy Harris2012-11-281-1/+1
* Add some additional changes.Guy Harris2012-11-281-2/+10
* Note that "-e" can be used to get MAC addresses printed.Guy Harris2012-11-131-3/+7
* The peer polling interval is an exponent; treat it as such.peppe2012-11-121-1/+1
* "the the" -> "the".Xin LI2012-10-061-2/+2
* 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
* As we're always printing "LLDP, length XXX", don't do it for the system name.Guy Harris2012-06-301-8/+2
* Note that we now document "-T carp".Guy Harris2012-06-301-0/+1
* Document "-T carp".Guy Harris2012-06-301-0/+1
* Update for changes in the 4.3 branch.Guy Harris2012-06-301-0/+6
* LLDP: print packet protocol at all verbosity levelsRomain Francoise2012-06-301-3/+1
* No declarations in the middle of a block - not all C compilers support that.tcpdump_4_3rel0tcpdump-4.3.0Guy Harris2012-06-101-3/+4
* Fix "no IPv6" code path.Guy Harris2012-06-091-1/+1
* Get rid of unused (but set) variable.Guy Harris2012-06-081-2/+1
* Check the return value of some print routines.Guy Harris2012-06-081-5/+5
* Add some attribute/TLV length checks.Guy Harris2012-06-083-128/+282
* minor manpage fixyekm2012-06-081-1/+2
* spelling fixesRomain Francoise2012-06-082-3/+3
* updated platformsMichael Richardson2012-06-081-2/+2
* 0x%02d is silly - 0x means "hex", so it should be 0x%02x.Guy Harris2012-06-081-2/+2
* "lmp.new" isn't a checked-in file; don't make it part of the distribution.Guy Harris2012-06-081-1/+0
* Fix printing of 64-bit quantities.Guy Harris2012-06-071-1/+1
* added missing test files to releasetarMichael Richardson2012-04-072-2/+4
* do not ship bittypes.hMichael Richardson2012-04-071-1/+0
* do not convert protocol to names if -n flagMichael Richardson2012-04-071-1/+1
* updated test case outputsMichael Richardson2012-04-033-15/+7