Wireshark-bugs: [Wireshark-bugs] [Bug 11142] New: Missing register_dissector from batman adv dis
Date: Thu, 23 Apr 2015 21:18:21 +0000
Bug ID 11142
Summary Missing register_dissector from batman adv dissector.
Product Wireshark
Version 1.10.8
Hardware All
OS All
Status UNCONFIRMED
Severity Normal
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter jpower@rsscorp.org

Build Information:
Version 1.10.8 (v1.10.8-2-g52a5244 from master-1.10)
--
Missing register_dissector(..) call from packet-batadv.c in epan/dissectors/.

Without this, another dissector cannot call the batman adv dissector via
find_dissector.

Tested change and it works.  

just add: 

register_dissector("batadv",dissect_batman_plugin,proto_batadv_plugin);

near end of the proto_register_batadv call.


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