aboutsummaryrefslogtreecommitdiffstats
path: root/in_cksum.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-2/+2
2002-08-03We don't use anything from <arpa/inet.h>, so we don't need to includeGuy Harris1-5/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-14/+2
2002-07-21Fix up some comments.Guy Harris1-10/+9
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2001-06-09"long" does not necessarily mean "32-bit integral data type"; the unionGuy Harris1-6/+6
2001-01-10When testing the low-order bit of a pointer, cast it to "unsigned long",Guy Harris1-2/+2
2000-12-14Include winsock.h on windows so that htons will be defined.Gilbert Ramirez1-1/+5
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris1-0/+214