summaryrefslogtreecommitdiff
path: root/ip.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-2/+2
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-2/+2
* Use the nd_uintN_t types more.Guy Harris2015-10-071-18/+18
* Get rid of "tcpdump" in some libnetdissect codesFrancois-Xavier Le Bail2015-09-081-3/+3
* Remove useless includeFrancois-Xavier Le Bail2015-09-081-2/+0
* make sure to include tcpdump-stdinc.h; it is requiredMichael Richardson2014-07-071-0/+2
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-8/+8
* More getting rid of old u_intN_t.Guy Harris2014-04-231-14/+14
* NDOize AODV, IPv4 and SCTP decodersDenis Ovsienko2014-03-261-3/+4
* fix partial checksum errors in DCCP decoder, IPv4 caseFrancois-Xavier Le Bail2014-02-151-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+0
* Add a routine to do the "checksum with pseudo-header" stuff for IPv4.Guy Harris2011-06-171-1/+1
* Mark various IPv4 and IPv6 headers as unaligned.Guy Harris2010-08-311-2/+2
* From Victor Oppleman: add support for RFC 1393 traceroute.guy2007-09-141-1/+2
* clean up the ip options printer:hannes2004-09-271-1/+2
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-3/+3
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-3/+3
* Calculate UDP/TCP pseudo-checksum properly in the presence offenner2002-07-281-1/+4
* 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-4/+4
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-27/+17
* Declare bitfields as "u_int", not "u_char"; ANSI C doesn't guaranteeguy2000-09-291-5/+5
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-3/+3
* Get rid of some "__attribute__ ((packed))"s that I missed.guy2000-09-241-3/+3
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-0/+192