add register_dissector call for name batadv

Change-Id: Idf92449e510a347ad44225f79e36a274123cd0da
Reviewed-on: https://code.wireshark.org/review/8186
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
jorge power 2015-04-24 11:22:16 -04:00 committed by Anders Broman
parent 9c64fdb7e7
commit ad3685690a
1 changed files with 2 additions and 0 deletions

View File

@ -5014,6 +5014,8 @@ void proto_register_batadv(void)
"batadv" /* abbrev */
);
register_dissector("batadv",dissect_batadv_plugin,proto_batadv_plugin);
batadv_module = prefs_register_protocol(proto_batadv_plugin,
proto_reg_handoff_batadv);