summaryrefslogtreecommitdiff
path: root/print-tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* Calculate UDP/TCP pseudo-checksum properly in the presence offenner2002-07-281-2/+5
* For packets with a bad TCP checksum, show the value from the header, andguy2002-07-211-5/+7
* The BXXP protocol was replaced by the BEEP protocol; replace the BXXPguy2001-12-101-4/+4
* clarify some signedness mixupitojun2001-11-161-2/+2
* remove a blank lineitojun2001-11-051-2/+1
* comment about DNS-over-TCP decoding. the packet could be unaligned (DNSitojun2001-10-191-2/+5
* Add --enable-smb to make it easier to re-enable the SMB printer.fenner2001-10-081-2/+2
* disable smb printing until we have boundary checks in *smb*.c (there's almostitojun2001-10-041-1/+3
* Add MSDP printer.fenner2001-09-171-1/+4
* Use the passed in length instead of the IP header's length in thefenner2001-08-201-22/+5
* indentitojun2001-06-251-2/+2
* Move some stuff that tried to make up for system headers from print-tcp.cfenner2001-05-091-40/+1
* PPTP support, from Motonori Shindo <mshindo@mshindo.net>.guy2001-03-091-1/+6
* decode DNS over TCPitojun2001-02-031-12/+19
* remove extra spaceitojun2001-01-281-2/+1
* use safeputchar() instead of cook up on its own.itojun2001-01-281-5/+2
* When adding the last byte of an odd number of bytes to a TCP or UDPguy2000-12-231-3/+3
* do not try to compute tcp/udp checksum for fragmented datagram.itojun2000-11-171-4/+4
* put stripped-down version of ip6.h and icmp6.h into tcpdump tree.itojun2000-10-071-5/+4
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-4/+4
* do not use integer bitfield when we care about the resulting member size.itojun2000-10-031-4/+4
* BXXP support, from Richard Sharpe <sharpe@ns.aus.com>.guy2000-09-301-1/+4
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+3
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-2/+3
* do not use ip_p for getting protocol # in tcp_cksum. we may have AH/ESP.itojun2000-08-011-2/+2
* tcp checksum. requested from darren reed. code from netbsd.itojun2000-08-011-1/+118
* add <ctype.h>assar2000-07-301-1/+2
* Changes from Kevin Steves to print, in an RST segment, the payload asguy2000-07-291-8/+55