summaryrefslogtreecommitdiff
path: root/print-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Add a routine to do the "checksum with pseudo-header" stuff for IPv4.Guy Harris2011-06-171-24/+2
* Use nextproto6_cksum() for XXX-over-IPv6 checksums.Guy Harris2011-06-171-1/+1
* Clean up the checksum checking.Guy Harris2011-06-161-19/+25
* add support for the RPKI/Router Protocol as per draft-ietf-sidr-rpki-rtr-12Hannes Gredler2011-06-161-0/+2
* Go with Wireshark's Internet checksum routine.Guy Harris2011-06-131-20/+19
* Fix a comment, and note a potential issue.Guy Harris2011-03-011-1/+9
* Don't clear stuff we'll be overwriting in its entirety.Guy Harris2011-03-011-1/+13
* Don't directly fetch multi-byte integers from packets.Guy Harris2010-02-211-1/+1
* modularize ip6 nextlayer checksum generation andHannes Gredler2009-10-121-32/+1
* Don't use "uint"; it's not guaranteed to be defined.Guy Harris2009-09-211-1/+2
* From Fang Wang:Guy Harris2009-08-181-0/+13
* From Ilpo Järvinen: fix printing of TCP sequence number for data segmentsGuy Harris2009-03-011-1/+1
* Make sure the packet isn't cut short before verifying the MD5 signature.Guy Harris2009-02-261-2/+15
* pulled up some changes from the 4.0 release branchmcr2008-11-091-2/+2
* add infrastructure for verifiying the HMAC-MD5 digest in routing protocols.hannes2008-08-161-7/+4
* Add more bounds checks to the NFS dissector - check before references toguy2007-12-221-18/+34
* SMB-over-TCP (port 445) support.guy2007-12-091-1/+3
* Fix typo in "incorrect checksum" message for IPv6.guy2007-11-091-2/+2
* Patches from NetBSD tree.mcr2007-08-291-2/+6
* From Alexander Dupuy: if the separator character is null, it means "noguy2007-04-031-2/+3
* From Kevin Steves <stevesk@pobox.com>:hannes2007-01-291-5/+5
* change the TCP printer to print new-style order:hannes2007-01-291-636/+629
* from Gerrit Renker <gerrit@erg.abdn.ac.uk>:hannes2006-11-021-18/+4
* From Ben Byer <bushing@sourceforge.net>: add a "-K" flag to suppress theguy2006-05-051-3/+3
* add basic support for keyed authentication TCP optionhannes2005-11-291-1/+10
* From Noritoshi Demizu: memcmp() returns a value = 0 if the two memoryguy2005-10-161-2/+2
* Squelch a signed vs. unsigned warning.guy2005-04-211-2/+2
* From Noritoshi Demizu <demizu@users.sourceforge.net>: don't print "sack"guy2005-04-181-5/+3
* tweaked copyright.mcr2005-04-061-1/+3
* Have our own headers to declare the format of ONC (Sun) RPC messages onguy2004-12-271-5/+5
* In "tcp_verify_signature()", don't assume we can do IPv6, andguy2004-09-151-7/+30
* "sizeof()" could be "unsigned long" or "unsigned int"; cast it toguy2004-07-151-3/+3
* Check for a TCP header length that's too short, report more informationguy2004-07-081-5/+17
* From Steiner Haug: handle LDP-over-TCP, and do more complete LDPguy2004-05-271-3/+4
* TCP MD5 signature for IPv6. XXX not really tested yetitojun2004-04-261-13/+27
* display cosmetics: be more verbose on IP6 TCP checksum errors, align IP4,IP6 ...hannes2004-04-241-9/+13
* get rid of warning in print-tcp.c about const violations.mcr2004-04-051-7/+11
* From Bruce M. Simpson: add a "-M" flag to specify a shared secret forguy2004-03-231-1/+75
* Cut off "snapend" at the length of the IPv4 or IPv6 payload, so we don'tguy2003-11-191-11/+8
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* In mDNS, report IN-class records with the "cache flush" bit set as such,guy2003-11-051-2/+2
* unsigned/signed mixupitojun2003-10-281-2/+2
* Add a new "ipproto.h" header file, with definitions of IP protocol typeguy2003-06-071-1/+2
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-40/+46
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-5/+7
* more consistent use of the length: indicator;hannes2002-08-201-2/+2
* tell the world that its LDP, rather than port 646;hannes2002-08-201-1/+4
* dissect traffic on port 5353 as multicast DNS. vlubet@apple.comitojun2002-08-161-2/+3