Wireshark-bugs: [Wireshark-bugs] [Bug 10177] Cannot see packets in Wireshark properly for 11ac c

Date: Thu, 12 Jun 2014 21:35:43 +0000

changed bug 10177

What Removed Added
Status UNCONFIRMED RESOLVED
CC   [email protected]
Resolution --- NOTABUG

Comment # 2 on bug 10177 from
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.