summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tracefiles for infinite loop testingtcpdump_3_8tcpdump-3.8hannes2005-04-274-0/+0
* infinite loop protection for ldp and bgphannes2005-04-272-2/+7
* bugfix: prevent infinite loop in ERO processing, print ERO subtype lengthhannes2005-04-261-3/+10
* check against min. TLV length / get if logic righthannes2005-04-251-2/+2
* bugfix: do not attempt to decode zero-length TLVs, only attempt to decode IS-...hannes2005-04-251-2/+5
* fix compiler padding issue: struct cisco_slarp should be 18 bytes instead of 20hannes2005-04-081-11/+11
* bugfix: the timer values in the restart objecthannes2005-01-131-3/+3
* add Nicolas Ferrero <toorop@babylo.net>hannes2005-01-121-0/+1
* from nicolas ferrero <toorop@babylo.net>:hannes2005-01-123-7/+7
* bugfix: print 7 (node-id) bytes rather than 6 (system-id) for CSNPs in non ve...hannes2004-09-091-3/+3
* From Sebastien Vincent <svincent@idems.fr>: fix the handling of "-x" andguy2004-09-042-5/+24
* From Andrew Church <andrew@users.sourceforge.net>: when testing forguy2004-08-273-2073/+4316
* Use %u to print unsigned quantities.guy2004-08-273-23/+27
* Add some bounds checks.guy2004-08-271-1/+3
* Propagate from the main branchguy2004-07-281-3/+3
* From Shinsuke Suzuki: fix a boundary check, and add some additionalguy2004-07-281-2/+4
* from Darren Reed <darrenr@reed.wattle.id.au>:hannes2004-07-131-1/+5
* Check for a TCP header length that's too short, report more informationguy2004-07-081-5/+17
* From Eddie Kohler <xexd@sourceforge.net>: In "ip_finddst()":guy2004-06-252-10/+11
* Propagate from the main branch:guy2004-06-161-14/+36
* From Shinsuke Suzuki <suz@kame.net>: a patch to sync ICMPv6-Type numberguy2004-06-163-12/+168
* From Raphael Raimbault <raphael.raimbault@netasq.com>: "-tttt" requiresguy2004-06-152-2/+3
* Fix a typo.guy2004-06-121-2/+2
* From Gisle Vanem: give "tok2str()" 4 static buffers it can fill in, soguy2004-04-281-4/+8
* Propagate to the x.8 branchguy2004-04-222-4320/+2054
* From Francis Dupont: ESP decryption should not be performed on theguy2004-04-102-2/+3
* Added the definition of HAVE_PCAP_LIB_VERSION and HAVE_REMOTE.risso2004-04-062-3/+4
* Fixed a bug that caused "windump" with no parameters not to display therisso2004-04-061-8/+9
* "print-symantec.c" isn't in tcpdump 3.8[.x].guy2004-04-032-5/+0
* Sort "print-ap1394.c" into ASCII order.guy2004-04-031-1/+1
* Make the "addr_len" variable a "u_int", as we pass a pointer to it to aguy2004-04-021-2/+2
* Save the host-byte-order values for the rule number and sub rule numberguy2004-04-021-5/+8
* Not all systems have "sa_family_t"; use "u_int8_t" instead.guy2004-04-021-2/+2
* 3.8.3 - identical to 3.8.2.tcpdump_3_8rel3tcpdump-3.8.3mcr2004-03-302-2/+7
* Get rid of some unused variables.guy2004-03-291-5/+1
* updated cvsignoremcr2004-03-291-0/+3
* vesion 3.8.2 changestcpdump_3_8rel2tcpdump-3.8.2mcr2004-03-292-2/+21
* Update pf handling for new DLT_PFLOG (117) as other systems arefenner2004-03-284-59/+176
* Regenerate.fenner2004-03-282-3082/+8935
* Update for autoconf 2.5xfenner2004-03-282-22/+22
* If libpcap has pcap_findalldevs, make sure that pcap.h has pcap_if_t.fenner2004-03-281-4/+12
* Rewrite bitstring truncation check; it would incorrectly triggerfenner2004-03-281-12/+12
* Do the length checks only for IP options with a length field.guy2004-03-241-6/+6
* Add another check, and fix a check.guy2004-03-241-2/+3
* "getname()" is not always passed a pointer to packet data, so it cannotguy2004-03-241-5/+16
* Improve the bounds checking.guy2004-03-241-4/+4
* Add bounds checking and length checking.guy2004-03-241-31/+128
* Add bounds checks.guy2004-03-241-14/+111
* Improve bounds checking.guy2004-03-241-6/+6
* Add bounds checks.guy2004-03-241-1/+2