Wireshark-bugs: [Wireshark-bugs] [Bug 10611] PTPoE dissector gets confused by packets that inclu
Date: Mon, 22 Dec 2014 03:34:57 +0000

Comment # 18 on bug 10611 from
(In reply to Guy Harris from comment #15)
> So I'll tweak the PTP dissector to:
> 
>     1) make sure the messageLength isn't bigger than the on-the-wire data
> available for the message;
> 
>     2) if not, set the length of the tvbuff handed to it to the
> messageLength.

Done.

> That might even cause the FCS to be recognized as such in the capture
> (courtesy of the FCS heuristics in the Ethernet dissector).

It does.  (It also causes the padding in the first packet to be recognized as
such.)


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