https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2631
--- Comment #13 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2008-07-09 23:27:31 PDT ---
You've made the same mistake again:
+ if (!inited) {
+ .....
+ reg_handoff_batadv_batman();
+ reg_handoff_batadv_icmp();
+ reg_handoff_batadv_unicast();
+ reg_handoff_batadv_bcast();
+ reg_handoff_batadv_vis();
+
+ inited = TRUE;
+ } else {
For the rest, just patience until one of the developers uses his non-existing
spare time to review it and commit it. ;)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.