aboutsummaryrefslogtreecommitdiff
path: root/ip.h
AgeCommit message (Expand)Author
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2017-12-10Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris
2015-10-07Use the nd_uintN_t types more.Guy Harris
2015-09-08Get rid of "tcpdump" in some libnetdissect codesFrancois-Xavier Le Bail
2015-09-08Remove useless includeFrancois-Xavier Le Bail
2014-07-07make sure to include tcpdump-stdinc.h; it is requiredMichael Richardson
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-26NDOize AODV, IPv4 and SCTP decodersDenis Ovsienko
2014-02-15fix partial checksum errors in DCCP decoder, IPv4 caseFrancois-Xavier Le Bail
2014-01-03remove tcpdump's own CVS keywordsDenis Ovsienko
2011-06-17Add a routine to do the "checksum with pseudo-header" stuff for IPv4.Guy Harris
2010-08-31Mark various IPv4 and IPv6 headers as unaligned.Guy Harris
2007-09-14From Victor Oppleman: add support for RFC 1393 traceroute.guy
2004-09-27clean up the ip options printer:hannes
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
2002-07-28Calculate UDP/TCP pseudo-checksum properly in the presence offenner
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-09-29Declare bitfields as "u_int", not "u_char"; ANSI C doesn't guaranteeguy
2000-09-29Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy
2000-09-24Get rid of some "__attribute__ ((packed))"s that I missed.guy
2000-09-23Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy