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