summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SFLOW: Fix bounds checkingtcpdump-4.4Francois-Xavier Le Bail2015-05-201-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-7410/+3289
* 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.tcpdump_4.4Guy 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
* Fix potential (but not actual) buffer overflow risk.Guy Harris2013-07-311-1/+1
* Fix possible buffer overflow while doing sscanf()Jakub Zawadzki2013-07-311-1/+1
* Some changes didn't make it into 4.4.0.Guy Harris2013-06-221-5/+11
* new test for DLT_IEEE802_11_RADIO w/ext. bitmapWim Torfs2013-05-062-0/+3
* fix bug #303 (DLT_IEEE802_11_RADIO ext. bitmaps)Denis Ovsienko2013-05-064-10/+43
* Fix error in my previous commit.Guy Harris2013-05-061-1/+1
* Rename a variable to attempt to fix an AIX compile error.Guy Harris2013-05-051-2/+2
* Not all platforms on which we compile define PRI[doux]16.Guy Harris2013-05-051-1/+1
* .gitignore: add autom4te.cache/fxlb2013-05-051-0/+1
* unset executable bit on a few .h and .c filesDenis Ovsienko2013-05-056-0/+0
* fix year for 4.3.0 in CHANGESDenis Ovsienko2013-05-051-1/+1
* Fix off-by-one error in print-rx.cDenis Ovsienko2013-05-051-1/+1
* Avoid bitfields, unaligned accesses, packed structures, and PRI[ux]{16,32}.Guy Harris2013-05-052-147/+116
* Fix some compiler warnings from the previous checkin.Guy Harris2013-05-051-3/+3
* Fix MPTCP supportGregory Detal2013-05-055-316/+376
* Put mptcp.h into the release tarball.Guy Harris2013-05-051-0/+1
* Point people to the the-tcpdump-group repositories, not the mcr repositories.Guy Harris2013-04-151-3/+3
* Fix some compiler warnings.Guy Harris2013-04-141-3/+5
* added RubenMichael Richardson2013-04-141-0/+1
* improve ZeroMQ support (ZMTP/1.0 inside PGM/EPGM)Denis Ovsienko2013-04-1410-0/+241
* use existing PGM decoder for UDP-encapsulated PGMDenis Ovsienko2013-04-148-0/+46
* add a test case for native PGMDenis Ovsienko2013-04-143-1/+32
* fix two issues with PGM length handlingDenis Ovsienko2013-04-141-5/+2
* fix two printf format stringsDenis Ovsienko2013-04-142-2/+2
* Change C++ style comments to C style commentsfxlb2013-04-141-2/+2
* use macros for VAT and WB port numbersDenis Ovsienko2013-04-142-2/+4
* Multipath TCP (RFC 6824) supportGregory Detal2013-04-1411-2/+706
* If we get SIGCHLD, restart whatever system call it interrupted.Alexandra Kossovsky2013-04-142-0/+3
* There's another Cisco-private encapsulation of BPDUs.Guy Harris2013-04-132-0/+3
* Note that we fixed the IPv6 check for Solaris.Guy Harris2013-04-061-1/+3
* Check for extra networking libraries before checking for IPv6.Guy Harris2013-04-062-3335/+7541
* Add tests for wrong agent-idRuben Kerkhof2013-03-292-0/+31
* fix function 'msnlb_print', unused parameter 'length'fxlb2013-03-293-3/+3