Wireshark-bugs: [Wireshark-bugs] [Bug 10233] Wireshark crashes if Lua heuristic dissector return

Date: Wed, 24 Dec 2014 18:39:09 +0000

Comment # 8 on bug 10233 from
(In reply to Bill Meier from comment #6)
> When the internal error occurs, is it possible to just put an error entry
> onto the dissection tree (using expert... or whatever) ? (I haven't actually
> looked at the code).

I do do that in other cases, so yeah I could try that - but one of the error
conditions I'm checking is if pinfo itself is NULL, without which
proto_tree_add_expert can't be called obviously.  Although really such a thing
is so broken I should just check it with assert()... it would make debugging it
easier.


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