Changeset 27441 in vbox
- Timestamp:
- Mar 17, 2010 12:37:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r27417 r27441 1057 1057 ip = (struct ip *)buff; 1058 1058 hlen = (ip->ip_hl << 2); 1059 if (RT_N2H_U16(ip->ip_len) < hlen + ICMP_MINLEN) 1060 { 1061 Log(("send_icmp_to_guest: ICMP header is too small to understand which type/subtype of the datagram\n")); 1062 return; 1063 } 1059 1064 icp = (struct icmp *)((char *)ip + hlen); 1060 1065
Note:
See TracChangeset
for help on using the changeset viewer.