X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FIPStack%2Fipv4.c;h=000fe3966381c15393074d029408a5326ce31e30;hb=0c2915f7f306013a29fc79ed69039eae3a26f337;hp=82bdae65d0b0b722b31d28e789958d980699a61c;hpb=7b64f5e7f00e445a5637e9e3289a1332a14d28e5;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/IPStack/ipv4.c b/KernelLand/Modules/IPStack/ipv4.c index 82bdae65..000fe396 100644 --- a/KernelLand/Modules/IPStack/ipv4.c +++ b/KernelLand/Modules/IPStack/ipv4.c @@ -362,6 +362,7 @@ Uint32 IPv4_Netmask(int FixedBits) */ Uint16 IPv4_Checksum(const void *Buf, size_t Length) { + //Debug_HexDump("IPv4_Checksum", Buf, Length); const Uint16 *words = Buf; Uint32 sum = 0; int i;