summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check not just the capture length but the on-the-network length.tcpdump_4.1Guy 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
* Fix plurals in packet count messages.Guy Harris2011-03-084-7/+13
* libpcap doesn't have that comment; remove it here.Guy Harris2011-02-011-3/+0
* Squelch warnings about datarootdir.Guy Harris2011-02-011-0/+4
* And another quoting of AC_LANG_SOURCE.Guy Harris2011-02-012-3/+4
* Put the call to AC_LANG_SOURCE in AC_C___ATTRIBUTE__ in quotes.Guy Harris2011-02-012-3/+4
* Ignore os-proto.h - it might be a symlink to os/os-XXX.h for some XXX.Guy Harris2011-02-011-0/+1
* Get rid of unnecessary configure script tests and missing/XXX.h headers.Guy Harris2011-02-019-607/+0
* Fix e-mail address for tcpdump-workers.Guy Harris2011-01-272-3/+3
* Point people to the autoconf documentation on shell substitution.Guy Harris2011-01-232-2/+30
* Handle POSIX quoting rules.Guy Harris2011-01-232-6/+10
* ip6_print() now takes a netdissect_options pointer as its first argument.Guy Harris2011-01-231-1/+1
* Undo cherry-pick errors.Guy Harris2010-11-301-2/+0
* Use spaces for all entries. Fix Luis MartinGarcia's name.Luis MartinGarcia2010-11-301-185/+187
* Add support for nommu systems.Guy Harris2010-11-304-9/+28
* Use AC_PATH_TOOL, not AC_PATH_PROG, to find pcap-config.Mike Frysinger2010-11-302-3/+65
* Make sure we can link with libpcap.Guy Harris2010-11-142-0/+109
* Improve printout of DHCPv6 options.Steinar Haug2010-11-131-3/+3
* Update Gisle Vanem's address.Guy Harris2010-11-071-1/+1
* More correctly and completely describe what -Z does now.Guy Harris2010-11-061-1/+4
* Switch user ID/root directory with -Z before opening savefiles for output.Paul Ferrell2010-11-062-10/+26
* Mark various IPv4 and IPv6 headers as unaligned.Guy Harris2010-08-314-54/+50
* Point users to the pcap-tstamp-type man page for information for -j.Guy Harris2010-08-231-2/+6
* Document -j and -J. List -h in the usage message.Guy Harris2010-08-232-2/+14
* Get rid of another unused win32/Include header.Guy Harris2010-08-232-41/+0
* As with libpcap, get rid of autom4te.cache when doing "make distclean".Guy Harris2010-08-231-0/+1
* Get rid of some more include files we no longer need.Guy Harris2010-08-234-556/+0
* Fix up previous checkin.Guy Harris2010-08-231-1/+0
* Clean up handling of tftp.h.Guy Harris2010-08-234-94/+1
* Print a -L-like header for -J.Guy Harris2010-08-221-0/+7
* Add support for setting the time stamp type for a capture.Guy Harris2010-08-227-13/+195
* Fix credits item for Pawel Worach.Guy Harris2010-08-221-1/+1
* Correctly check for various values of the ICMP type field.Guy Harris2010-08-192-8/+8
* Print IPX network numbers as 8 hex digits, as we do elsewhere.Guy Harris2010-08-171-2/+2
* Add additional length checking, print unsigned lengths with %u.Guy Harris2010-08-161-11/+19
* Print AppleTalk layer-3 network numbers as 16-bit unsigned decimal numbers.Guy Harris2010-08-161-13/+9
* Get rid of no-longer-valid comment.Guy Harris2010-08-161-8/+0
* Prevent GCC from doing some alignment-unsafe optimizations on SPARC.Guy Harris2010-08-142-2/+35
* List the fixes we've checked in so far.Guy Harris2010-07-201-0/+13