summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-tcp.c
AgeCommit message (Collapse)Author
2010-01-12Add TCP/UDP checksum display for v6 and clean up the checksumChristian Weisgerber
calculation. Mostly from tcpdump.org; ok jsing@
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2006-12-13IPv6 passive OS fingerprinting.Jun-ichiro itojun Hagino
reuses IPv4 signature file (assuming that TCP code is shared among IPv4/v6). mcbride ok.
2006-05-28Correct more bounds checks which can lead to crashes.Moritz Jodeit
ok canacar@ deraadt@
2004-09-16print th_seq from truncated tcp headers (e.g. in icmp need-frag)Markus Friedl
2004-09-16add -T tcp to enforce interpretation as TCPMarkus Friedl
2004-08-10print ip/port for truncated tcp packets; ok otto@Markus Friedl
2004-07-28print th_seq for -vv; ok hshoexer, henningMarkus Friedl
2004-01-15print tcpmd5 signature options; with/ok itojunMarkus Friedl
2003-10-12Make it compile without INET6, from Max Laier, ok deraadt@Daniel Hartmeier
2003-08-21print the operating system of TCP SYN packets with the -o optionMike Frantzen
2001-12-23integrate a patch i did around 1.5 years ago that's already inKevin Steves
tcpdump.org and netbsd. if verbose and TCP RST segment with payload, print the payload string. Mentat derived stacks may put text strings in RST segments. ok jakob@
2001-06-25disable smb decoder, as there seems to be fewer bound checks than neededJun-ichiro itojun Hagino
2000-12-07smb printing; from Andrew Tridgell; via tcpdump.orgMichael Shalayeff
2000-12-05tcpdump incorrectly print port numbers when parsing NFS (PR#1540)Jakob Schlyter
fix submitted by Grigoriy Orlov <gluk@ptci.ru>
2000-10-03Compile with -Wall. Add $OpenBSD$. (jakob@ ok)Hakan Olsson
2000-04-26INET6Jakob Schlyter
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
2000-01-16BGP support (from KAME/WIDE). INET6 parts not done yet.Jakob Schlyter
1999-11-26fix error where SACKs were not printed with absolute sequence numbersNiels Provos
1999-09-16add braces to avoid ambiguous elseBrad Smith
1999-07-28- Merge some changes from tcpdump 3.4Jakob Schlyter
-a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@
1998-09-22make tcpdump aware of SACK (RFC 2018), loosely based on a patch fromNiels Provos
hari@cs.berkeley.edu.
1996-12-12*** empty log message ***bitblt
1996-07-13it is 3.2 now.Michael Shalayeff
1996-06-10sync to latestTheo de Raadt
1996-03-04Updating to the latest LBL release.Michael Shalayeff
Sun's SKIP support added.
1995-10-18initial import of NetBSD treeTheo de Raadt