| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the pointer tests in the non-ndoified TTEST2() macro as well.tcpdump-4.2 | 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 | -7436/+3313 |
* | 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.2 | 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 |
* | 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 |
* | The interval in an AODV HELLO extension is not aligned on a 4-byte boundary. | Guy Harris | 2014-11-19 | 1 | -2/+3 |
* | Give more information on -l, and note that -U works without -w. | Guy Harris | 2012-03-10 | 1 | -7/+44 |
* | Discuss buffering when describing the -w flag. | Guy Harris | 2012-03-10 | 1 | -0/+7 |
* | Fix the other typo, so setting CPPFLAGS in the environment works correctly. | Guy Harris | 2012-03-05 | 2 | -4/+4 |
* | Ask for the libpcap Makefile while we're at it. | Guy Harris | 2012-03-03 | 2 | -3/+6 |
* | Fix typo, so setting CPPFLAGS in the environment works correctly. | Guy Harris | 2012-03-03 | 2 | -4/+4 |
* | Ask for more information if we don't find pcap_loop. | Guy Harris | 2012-03-03 | 2 | -3/+21 |
* | Print a space after the options if there are any options. | Guy Harris | 2012-02-28 | 1 | -0/+3 |
* | Get rid of extra blank after unknown options. | Matthew Luckie | 2012-02-28 | 1 | -1/+1 |
* | Use expr instead of bashisms. | Dagobert Michelsen | 2012-02-28 | 1 | -4/+4 |
* | bumped version in case we another point release | Michael Richardson | 2012-01-01 | 1 | -1/+1 |
* | bittypes.h is no longer required include for windowstcpdump_4_2rel1tcpdump-4.2.1 | Michael Richardson | 2012-01-01 | 1 | -1/+0 |
* | Set version to 4.2.1 for release | Michael Richardson | 2012-01-01 | 1 | -1/+1 |
* | for some reason, ip-proto-72 was decoded as "cpnx" at some point | Michael Richardson | 2012-01-01 | 1 | -1/+1 |
* | Note the length checks in the Babel printer. | Guy Harris | 2011-12-18 | 1 | -0/+1 |
* | Add length checks, use EXTRACT_16BITS(). | Guy Harris | 2011-12-18 | 1 | -34/+26 |
* | Add changes in 4.2.1. | Guy Harris | 2011-12-09 | 1 | -0/+22 |
* | Make this 4.2.1-PRE-GIT for now, in preparation for a release. | Guy Harris | 2011-12-09 | 1 | -1/+1 |
* | Fix a typo (from the Red Hat tcpdump package) and use .LP. | Guy Harris | 2011-12-09 | 1 | -5/+3 |
* | Get rid of an unused variable. | Guy Harris | 2011-12-08 | 1 | -4/+0 |
* | Fix a bunch of "sizeof(sizeof(XXX))". | Sascha Wildner | 2011-12-07 | 6 | -8/+8 |
* | Add a CARP dissector and a command-line option to dissect proto 112 as CARP. | George Neville-Neil | 2011-11-23 | 8 | -3/+113 |
* | Constify some arguments. | Guy Harris | 2011-10-13 | 2 | -4/+4 |
* | Put in missing break. | Michal Sekletar | 2011-10-13 | 1 | -0/+1 |
* | Remove unnecessary test. | Michal Sekletar | 2011-10-13 | 2 | -4/+7 |
* | Clean up option-walking code. | Guy Harris | 2011-10-13 | 1 | -4/+7 |
* | Fix test output - IP protocol 72 is in /etc/services on at least some UN*Xes. | zilog80a | 2011-10-13 | 1 | -1/+1 |
* | Change name of Hilscher link types to say NETANALYER. | Guy Harris | 2011-09-15 | 3 | -18/+18 |
* | Add printers for the Hilscher Ethernet link-layer types. | Guy Harris | 2011-09-15 | 3 | -1/+69 |
* | Handle systems with getrpcbynumber() but no header file for it. | Guy Harris | 2011-09-02 | 4 | -7/+11 |
* | For Babel, recognise both UDP/6696 and UDP/6697. | Juliusz Chroboczek | 2011-08-30 | 2 | -2/+3 |
* | Get rid of another zero-length array. | Guy Harris | 2011-08-14 | 1 | -1/+0 |
* | Don't compile print-babel.c if we don't have IPv6 support. | Guy Harris | 2011-08-14 | 4 | -13/+6 |
* | Get rid of GCCisms. | Guy Harris | 2011-08-14 | 1 | -10/+11 |
* | Don't assume we have IPv6 support. | Guy Harris | 2011-08-14 | 1 | -0/+8 |