| Commit message (Expand) | Author | Age | Files | Lines |
* | SFLOW: Fix bounds checkingtcpdump-4.4 | Francois-Xavier Le Bail | 2015-05-20 | 1 | -3/+52 |
* | Fix the pointer tests in the non-ndoified TTEST2() macro as well. | Guy Harris | 2015-03-02 | 1 | -2/+14 |
* | AC_TYPE_UINTPTR_T requires a newer autoconf. | Guy Harris | 2015-03-02 | 1 | -1/+1 |
* | C compilers can, and some do, optimize away pointer underflow checks. | Guy Harris | 2015-03-02 | 4 | -7410/+3289 |
* | Don't run past the snaplength when printing a packet with a too-short LI. | Guy Harris | 2015-03-01 | 1 | -1/+1 |
* | Check not just the capture length but the on-the-network length.tcpdump_4.4 | Guy Harris | 2015-01-06 | 1 | -6/+5 |
* | Don't run past the snapshot length when doing hex/ASCII dumps. | Guy Harris | 2015-01-06 | 2 | -0/+17 |
* | Do bounds checking when unescaping PPP. | Guy Harris | 2014-11-19 | 1 | -8/+11 |
* | The interval in an AODV HELLO extension is not aligned on a 4-byte boundary. | Guy Harris | 2014-11-19 | 1 | -2/+3 |
* | Don't subtract the UDP header size from the length twice. | Guy Harris | 2014-11-19 | 1 | -4/+2 |
* | Use the length field in the UDP header. | Guy Harris | 2014-11-19 | 2 | -13/+30 |
* | Report a too-long unreachable destination list. | Guy Harris | 2014-11-19 | 1 | -12/+15 |
* | Not using offsetof() any more, so no need for <stddef.h>. | Guy Harris | 2014-11-19 | 1 | -1/+0 |
* | Further cleanups. | Guy Harris | 2014-11-19 | 1 | -136/+126 |
* | Clean up error message printing. | Guy Harris | 2014-11-19 | 2 | -43/+47 |
* | Add initial bounds check, get rid of union aodv. | Guy Harris | 2014-11-19 | 2 | -144/+130 |
* | Do more bounds checking and length checking. | Guy Harris | 2014-11-19 | 1 | -15/+43 |
* | Fix potential (but not actual) buffer overflow risk. | Guy Harris | 2013-07-31 | 1 | -1/+1 |
* | Fix possible buffer overflow while doing sscanf() | Jakub Zawadzki | 2013-07-31 | 1 | -1/+1 |
* | Some changes didn't make it into 4.4.0. | Guy Harris | 2013-06-22 | 1 | -5/+11 |
* | new test for DLT_IEEE802_11_RADIO w/ext. bitmap | Wim Torfs | 2013-05-06 | 2 | -0/+3 |
* | fix bug #303 (DLT_IEEE802_11_RADIO ext. bitmaps) | Denis Ovsienko | 2013-05-06 | 4 | -10/+43 |
* | Fix error in my previous commit. | Guy Harris | 2013-05-06 | 1 | -1/+1 |
* | Rename a variable to attempt to fix an AIX compile error. | Guy Harris | 2013-05-05 | 1 | -2/+2 |
* | Not all platforms on which we compile define PRI[doux]16. | Guy Harris | 2013-05-05 | 1 | -1/+1 |
* | .gitignore: add autom4te.cache/ | fxlb | 2013-05-05 | 1 | -0/+1 |
* | unset executable bit on a few .h and .c files | Denis Ovsienko | 2013-05-05 | 6 | -0/+0 |
* | fix year for 4.3.0 in CHANGES | Denis Ovsienko | 2013-05-05 | 1 | -1/+1 |
* | Fix off-by-one error in print-rx.c | Denis Ovsienko | 2013-05-05 | 1 | -1/+1 |
* | Avoid bitfields, unaligned accesses, packed structures, and PRI[ux]{16,32}. | Guy Harris | 2013-05-05 | 2 | -147/+116 |
* | Fix some compiler warnings from the previous checkin. | Guy Harris | 2013-05-05 | 1 | -3/+3 |
* | Fix MPTCP support | Gregory Detal | 2013-05-05 | 5 | -316/+376 |
* | Put mptcp.h into the release tarball. | Guy Harris | 2013-05-05 | 1 | -0/+1 |
* | Point people to the the-tcpdump-group repositories, not the mcr repositories. | Guy Harris | 2013-04-15 | 1 | -3/+3 |
* | Fix some compiler warnings. | Guy Harris | 2013-04-14 | 1 | -3/+5 |
* | added Ruben | Michael Richardson | 2013-04-14 | 1 | -0/+1 |
* | improve ZeroMQ support (ZMTP/1.0 inside PGM/EPGM) | Denis Ovsienko | 2013-04-14 | 10 | -0/+241 |
* | use existing PGM decoder for UDP-encapsulated PGM | Denis Ovsienko | 2013-04-14 | 8 | -0/+46 |
* | add a test case for native PGM | Denis Ovsienko | 2013-04-14 | 3 | -1/+32 |
* | fix two issues with PGM length handling | Denis Ovsienko | 2013-04-14 | 1 | -5/+2 |
* | fix two printf format strings | Denis Ovsienko | 2013-04-14 | 2 | -2/+2 |
* | Change C++ style comments to C style comments | fxlb | 2013-04-14 | 1 | -2/+2 |
* | use macros for VAT and WB port numbers | Denis Ovsienko | 2013-04-14 | 2 | -2/+4 |
* | Multipath TCP (RFC 6824) support | Gregory Detal | 2013-04-14 | 11 | -2/+706 |
* | If we get SIGCHLD, restart whatever system call it interrupted. | Alexandra Kossovsky | 2013-04-14 | 2 | -0/+3 |
* | There's another Cisco-private encapsulation of BPDUs. | Guy Harris | 2013-04-13 | 2 | -0/+3 |
* | Note that we fixed the IPv6 check for Solaris. | Guy Harris | 2013-04-06 | 1 | -1/+3 |
* | Check for extra networking libraries before checking for IPv6. | Guy Harris | 2013-04-06 | 2 | -3335/+7541 |
* | Add tests for wrong agent-id | Ruben Kerkhof | 2013-03-29 | 2 | -0/+31 |
* | fix function 'msnlb_print', unused parameter 'length' | fxlb | 2013-03-29 | 3 | -3/+3 |