Changeset 51702 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Jun 23, 2014 10:47:45 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/pxping.c
r51700 r51702 1162 1162 if ((ipoff & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) { 1163 1163 DPRINTF2(("%s: dropping fragmented datagram (0x%04x)\n", 1164 __func__, ntohs( IPH_OFFSET(iph))));1164 __func__, ntohs(ipoff))); 1165 1165 return; 1166 1166 }
Note:
See TracChangeset
for help on using the changeset viewer.