summaryrefslogtreecommitdiff
path: root/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* 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