aboutsummaryrefslogtreecommitdiffstats
path: root/in_cksum.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-2/+2
* We don't use anything from <arpa/inet.h>, so we don't need to includeGuy Harris2002-08-031-5/+1
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-14/+2
* Fix up some comments.Guy Harris2002-07-211-10/+9
* WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris2002-06-231-3/+3
* "long" does not necessarily mean "32-bit integral data type"; the unionGuy Harris2001-06-091-6/+6
* When testing the low-order bit of a pointer, cast it to "unsigned long",Guy Harris2001-01-101-2/+2
* Include winsock.h on windows so that htons will be defined.Gilbert Ramirez2000-12-141-1/+5
* Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris2000-12-131-0/+214