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 |
[email protected]
|
Reporter |
[email protected]
|
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.