https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5068
Summary: packet-gsm_ipa.c: Decode MGCP that is encapsulated
inside the stream
Product: Wireshark
Version: SVN
Platform: Other
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: zecke@xxxxxxxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The ipaccess protocol is a simple multiplex protocol with one byte for a
stream-id and two for the length followed by the data/payload. In OpenBSC we
carry the MGCP data inside this protocol to traverse the nat that might be
between the BSC and the MSC.
Anyway I have used a stream id that is to my knowledge unassigned and carry
MGCP there. I have updated the packet-gsm_ipa.c dissector to forward the
payload to the MGCP one.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.