Opened 16 years ago
Closed 10 years ago
#5409 closed defect (obsolete)
garbage appended to udp packets smaller 60 bytes with bridging mode
Reported by: | Stefan "Bebbo" Franke | Owned by: | |
---|---|---|---|
Component: | network | Version: | VirtualBox 3.0.10 |
Keywords: | udp trailing garbage | Cc: | |
Guest type: | Windows | Host type: | Windows |
Description (last modified by )
UPD packets having a size below 60 bytes are sent with trailing garbage bytes:
0000 00 1c f0 68 ae a8 08 00 27 ce e0 9e 08 00 45 00 ...h.... '.....E. 0010 00 22 4b b0 00 00 80 11 59 44 c0 a8 00 ee 40 25 ."K..... YD....@% 0020 94 1b 05 0b 3e 1c 00 0e 8e e7 00 15 00 0a 97 cd ....>... ........ 0030 fa f0 25 88 00 00 01 01 05 0a dc 61 ..%..... ...a
The correct packet is:
0000 00 1c f0 68 ae a8 08 00 27 ce e0 9e 08 00 45 00 ...h.... '.....E. 0010 00 22 4b b0 00 00 80 11 59 44 c0 a8 00 ee 40 25 ."K..... YD....@% 0020 94 1b 05 0b 3e 1c 00 0e 8e e7 00 15 00 0a 97 cd ....>... ........
this happens in both directions (and is maybe the cause why the app I try to run does not work).
Attachments (1)
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Your VBox.log file is missing. This file will show us which network device emulation you used and which network type.