ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2631] B.A.T.M.A.N. Advanced dissector

Date: Wed, 9 Jul 2008 23:27:32 -0700 (PDT)
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.