Wireshark-bugs: [Wireshark-bugs] [Bug 10990] DNS data in IPv4 in ICMP isn't parsed as UDP

Date: Fri, 13 Mar 2015 23:31:41 +0000

changed bug 10990


What Removed Added
Status INCOMPLETE RESOLVED
Resolution --- NOTABUG

Comment # 3 on bug 10990 from
(In reply to Pascal Quantin from comment #2)
> UDP dissector is not called because, as indicated in the IP header this is a
> fragment offset and previous fragments are not part of the capture so
> reassembly cannot be performed.
> IMHO this is not a bug.

Correct.  Wireshark will not dissect the payload of IP fragments other than the
first fragment unless all fragments are present and Wireshark reassembles them
and dissects the payload of the *reassembled* packet.  Not a bug.


You are receiving this mail because:
  • You are watching all bug changes.