Wireshark-bugs: [Wireshark-bugs] [Bug 11322] Regression: TCP reassembly can fail DISSECTOR_ASSER

Date: Tue, 30 Jun 2015 20:28:39 +0000

Comment # 8 on bug 11322 from
So looking at some other dissectors, it looks like they should just return the
whole packet's length (i.e., tvb_captured_length()) - and only return 0 if the
packet's not for them at all.

So maybe what I should do is change the dissect_lua() function in init_wslua.c
to do that if the Lua dissector set the desegment_len/offset but returned 0.

That way I'd keep backwards-compatibility, but let the packet-tcp.c continue to
do the asssert checks.

Thoughts?


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