https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5167
--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-09-01 12:54:02 CEST ---
Does this help:
voip_calls.c:mgcp_calls_init_tap(void)
-error_string = register_tap_listener("mgcp", &(the_tapinfo_struct.mgcp_dummy),
g_strdup(""),
- 0,
+error_string = register_tap_listener("mgcp", &(the_tapinfo_struct.mgcp_dummy),
NULL,
+ TL_REQUIRES_PROTO_TREE,
voip_calls_dlg_reset,
MGCPcalls_packet,
voip_calls_dlg_draw
);
This goes for Skinny and IAX too.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.