X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FIPStack%2Fipv4.c;h=11cbc1524578ce65affdfc7fa8ee338e09dc2834;hb=384befc18f81f42d2dd6e324a35904ad037b3af7;hp=71a0533ec2139e8209e13d5c07878245e48e2f4b;hpb=7e72bedb501f047d214cbe97d35c48bb181e169d;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/IPStack/ipv4.c b/KernelLand/Modules/IPStack/ipv4.c index 71a0533e..11cbc152 100644 --- a/KernelLand/Modules/IPStack/ipv4.c +++ b/KernelLand/Modules/IPStack/ipv4.c @@ -186,7 +186,8 @@ void IPv4_int_GetPacket(tAdapter *Adapter, tMacAddr From, int Length, void *Buff // TODO: Handle packet fragmentation #if IPV4_TRACE - Log_Debug("IPv4", " From %i.%i.%i.%i to %i.%i.%i.%i", + Log_Debug("IPv4", "Proto 0x%x From %i.%i.%i.%i to %i.%i.%i.%i", + hdr->Protocol, hdr->Source.B[0], hdr->Source.B[1], hdr->Source.B[2], hdr->Source.B[3], hdr->Destination.B[0], hdr->Destination.B[1], hdr->Destination.B[2], hdr->Destination.B[3] );