Changeset 26180 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Feb 2, 2010 10:52:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/debug.c
r25822 r26180 24 24 dump_packet(void *dat, int n) 25 25 { 26 Log(("nat: PACKET DUMPED:\n%.* Vhxd\n", n, dat));26 Log(("nat: PACKET DUMPED:\n%.*Rhxd\n", n, dat)); 27 27 } 28 28 #endif … … 161 161 #ifndef VBOX_WITH_SLIRP_BSD_MBUF 162 162 /* 163 * (vvl) this static code can't work with mbuf zone anymore 163 * (vvl) this static code can't work with mbuf zone anymore 164 164 * @todo: make statistic correct 165 165 */
Note:
See TracChangeset
for help on using the changeset viewer.