Wireshark-bugs: [Wireshark-bugs] [Bug 10695] Lua Proto:register_heuristic should accept Dissecto
Date: Thu, 13 Nov 2014 10:44:54 +0000

Comment # 1 on bug 10695 from
There is one additional side to this: it seems that Dissector_call does not
actually forward the dissector's return value. This means that a workaround
like:

        foo:register_heuristic("wpan", function(...) foo.dissector(...) end)

Doesn't actually work - it always lets the heuristic function return nil,
declining the packet.


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