Changeset 15458 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Dec 14, 2008 10:58:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r15450 r15458 849 849 m->m_len = len - hlen + original_hlen; 850 850 ip->ip_len = m->m_len; 851 ip->ip_p = IPPROTO_ICMP; /* the original package could b awhatever, but we're response via ICMP*/851 ip->ip_p = IPPROTO_ICMP; /* the original package could be whatever, but we're response via ICMP*/ 852 852 853 853 icp = (struct icmp *)((char *)ip + (ip->ip_hl << 2));
Note:
See TracChangeset
for help on using the changeset viewer.