Index: /trunk/src/VBox/NetworkServices/NAT/pxping.c
===================================================================
--- /trunk/src/VBox/NetworkServices/NAT/pxping.c	(revision 51701)
+++ /trunk/src/VBox/NetworkServices/NAT/pxping.c	(revision 51702)
@@ -1162,5 +1162,5 @@
     if ((ipoff & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
         DPRINTF2(("%s: dropping fragmented datagram (0x%04x)\n",
-                  __func__, ntohs(IPH_OFFSET(iph))));
+                  __func__, ntohs(ipoff)));
         return;
     }
