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