aboutsummaryrefslogtreecommitdiff
path: root/tcp.h
AgeCommit message (Expand)Author
2019-05-08Add dissector for SSH version exchangeAndreas Jaggi
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-10-02Remove unused TCP portsFrancois-Xavier Le Bail
2018-02-14Get rid of ND_UNALIGNED.Guy Harris
2018-01-21Don't test for __attribute__ in the configure script.Guy Harris
2017-12-11More nd_ification of structures.Guy Harris
2017-10-07WHOIS is a plain text protocol, why not decode it.Denis Ovsienko
2017-01-18TCP: put TCP-AO option decoding rightDenis Ovsienko
2017-01-18Correct TCP option Kind value for TCP Auth and add SCPS-TP.Patrik Lundquist
2017-01-18Revert "Correct TCP option Kind value for TCP Auth and add SCPS-TP."Denis Ovsienko
2017-01-18Revert "TCP: put TCP-AO option decoding right"Denis Ovsienko
2016-11-01TCP: put TCP-AO option decoding rightDenis Ovsienko
2016-11-01Correct TCP option Kind value for TCP Auth and add SCPS-TP.Patrik Lundquist
2016-04-26Initial support for the REdis Serialization Protocol known as RESP.Andrew Darqui
2015-07-14NetBIOS Name Service can run over TCP.Guy Harris
2015-07-14Clean up the port definitions.Guy Harris
2015-07-13refine use of nameser.hDenis Ovsienko
2015-04-08Add support for TCP Fast Open official IANA option numberDaniel Lee
2014-10-19Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.Guy Harris
2014-04-23More fixes for uint8_t being shorter than u_int8_t.Guy Harris
2014-04-23More getting rid of old u_intN_t.Guy Harris
2014-03-25OpenFlow: add IANA-allocated TCP portDenis Ovsienko
2014-01-15Mark the TCP header structure as unaligned.Guy Harris
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2013-10-03add support for experimental tcp fast open and parsing experimental optionsLonginus00
2013-05-29add minimal OpenFlow decoding frameworkDenis Ovsienko
2013-04-14Multipath TCP (RFC 6824) supportGregory Detal
2013-02-04The port for RPKI-RTR (RFC6810) is now official (TCP Port 323)Alexis La Goutte
2011-06-16add support for the RPKI/Router Protocol as per draft-ietf-sidr-rpki-rtr-12Hannes Gredler
2009-08-18From Fang Wang:Guy Harris
2007-12-09SMB-over-TCP (port 445) support.guy
2007-01-29change the TCP printer to print new-style order:hannes
2005-11-29add basic support for keyed authentication TCP optionhannes
2004-03-23From Bruce M. Simpson: add a "-M" flag to specify a shared secret forguy
2002-12-11The "__attribute__((packed))" tag on structures causes some files not toguy
2002-11-09put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun
2001-05-09Move some stuff that tried to make up for system headers from print-tcp.cfenner
2000-10-03C bitfields are no longer being used to extract bit fields from the IPguy
2000-10-03fix mistake in bitfield conversionitojun
2000-10-03always use u_intXX_t for protocol format declaration. char/short/int may notitojun
2000-10-03do not use integer bitfield when we care about the resulting member size.itojun
2000-09-29Declare bitfields as "u_int", not "u_char"; ANSI C doesn't guaranteeguy
2000-09-23Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy
2000-09-23Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy