Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

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

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: bugzilla-daemon@xxxxxxxxxxxxx
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.

  • Prev by Date: [Wireshark-bugs] [Bug 5168] SCCPMG not dissected AT ALL
  • Next by Date: [Wireshark-bugs] [Bug 5168] SCCPMG not dissected AT ALL
  • Previous by thread: [Wireshark-bugs] [Bug 5168] SCCPMG not dissected AT ALL
  • Next by thread: [Wireshark-bugs] [Bug 5167] Wireshark don't show mgcp calls in "Telephony" => "VoIP calls"
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation