Wireshark-bugs: [Wireshark-bugs] [Bug 8093] frame_proto_data freed between frames
Date: Fri, 01 Mar 2013 21:51:21 +0000

Comment # 2 on bug 8093 from
(In reply to comment #0)
> This causes a problem for my dissector, which looks at the prior frame's
> proto data.

Your dissector shouldn't do that.  We have *never* guaranteed that the
proto_data for any frame other than the current frame will be available.  If it
needs information from some other frame's frame_data structure, it should save
that data itself.


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