Changeset 51702 in vbox
- Timestamp:
- Jun 23, 2014 10:47:45 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/NetworkServices/NAT/pxping.c (modified) (1 diff)
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.

