Pascal Quantin
changed
bug 10177
What |
Removed |
Added |
Status |
UNCONFIRMED
|
RESOLVED
|
CC |
|
[email protected]
|
Resolution |
---
|
NOTABUG
|
Comment # 2
on bug 10177
from Pascal Quantin
The UDP datagrams are bigger than your MTU (as indicated by the "fragmented IP
protocol" string). By using the "udp port 5555" capture filter, you only
captured the first fragment of each packet, preventing the dissection of the
UDP datagram.
If in the options you uncheck the "reassemble fragmented IPv4 datagrams", you
will get the header decoded (but the packet is incomplete).
You should change your capture filter or ensure that you do not generate
fragmentation.
You are receiving this mail because:
- You are watching all bug changes.