Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5167] Wireshark don't show mgcp calls in "Telephony" => "V

Date: Wed, 1 Sep 2010 03:54:03 -0700 (PDT)
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.