summaryrefslogtreecommitdiff
path: root/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* NetFlow: Use tcp_flag_values[] for TCP flags.Denis Ovsienko2021-01-171-0/+1
* Add dissector for SSH version exchangeAndreas Jaggi2019-05-081-0/+3
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-1/+1
* Remove unused TCP portsFrancois-Xavier Le Bail2018-10-021-6/+0
* Get rid of ND_UNALIGNED.Guy Harris2018-02-141-1/+1
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-1/+1
* More nd_ification of structures.Guy Harris2017-12-111-11/+10
* WHOIS is a plain text protocol, why not decode it.Denis Ovsienko2017-10-071-0/+3
* TCP: put TCP-AO option decoding rightDenis Ovsienko2017-01-181-1/+1
* Correct TCP option Kind value for TCP Auth and add SCPS-TP.Patrik Lundquist2017-01-181-1/+2
* Revert "Correct TCP option Kind value for TCP Auth and add SCPS-TP."Denis Ovsienko2017-01-181-2/+1
* Revert "TCP: put TCP-AO option decoding right"Denis Ovsienko2017-01-181-1/+1
* TCP: put TCP-AO option decoding rightDenis Ovsienko2016-11-011-1/+1
* Correct TCP option Kind value for TCP Auth and add SCPS-TP.Patrik Lundquist2016-11-011-1/+2
* Initial support for the REdis Serialization Protocol known as RESP.Andrew Darqui2016-04-261-0/+3
* NetBIOS Name Service can run over TCP.Guy Harris2015-07-141-0/+3
* Clean up the port definitions.Guy Harris2015-07-141-23/+36
* refine use of nameser.hDenis Ovsienko2015-07-131-0/+3
* Add support for TCP Fast Open official IANA option numberDaniel Lee2015-04-081-0/+1
* Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.Guy Harris2014-10-191-0/+18
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-2/+2
* More getting rid of old u_intN_t.Guy Harris2014-04-231-8/+8
* OpenFlow: add IANA-allocated TCP portDenis Ovsienko2014-03-251-2/+5
* Mark the TCP header structure as unaligned.Guy Harris2014-01-151-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+0
* add support for experimental tcp fast open and parsing experimental optionsLonginus002013-10-031-0/+1
* add minimal OpenFlow decoding frameworkDenis Ovsienko2013-05-291-0/+3
* Multipath TCP (RFC 6824) supportGregory Detal2013-04-141-1/+1
* The port for RPKI-RTR (RFC6810) is now official (TCP Port 323)Alexis La Goutte2013-02-041-1/+1
* add support for the RPKI/Router Protocol as per draft-ietf-sidr-rpki-rtr-12Hannes Gredler2011-06-161-0/+1
* From Fang Wang:Guy Harris2009-08-181-0/+3
* SMB-over-TCP (port 445) support.guy2007-12-091-1/+4
* change the TCP printer to print new-style order:hannes2007-01-291-10/+31
* add basic support for keyed authentication TCP optionhannes2005-11-291-2/+2
* From Bruce M. Simpson: add a "-M" flag to specify a shared secret forguy2004-03-231-1/+5
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* Move some stuff that tried to make up for system headers from print-tcp.cfenner2001-05-091-7/+12
* C bitfields are no longer being used to extract bit fields from the IPguy2000-10-031-24/+1
* fix mistake in bitfield conversionitojun2000-10-031-3/+3
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-11/+11
* do not use integer bitfield when we care about the resulting member size.itojun2000-10-031-9/+3
* Declare bitfields as "u_int", not "u_char"; ANSI C doesn't guaranteeguy2000-09-291-3/+3
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-1/+24
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-0/+81