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 5834] Service Indicator in M3UA protocol data

Date: Sun, 17 Apr 2011 07:52:18 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5834

--- Comment #2 from Ping Zhu <ping.zhu@xxxxxxx> 2011-04-17 07:52:15 PDT ---
Created an attachment (id=6174)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6174)
M3UA-MTP3MG.pcap

Oh! the attatchment is missing.
I attached it again here.
btw, the constant is decleared in packet-mtp3.c
/* the higher values are taken from the M3UA RFC */
static const value_string mtp3_service_indicator_code_vals[] = {
        { 0x0,  "Signalling Network Management Message (SNM)" },
        { 0x1,  "Maintenance Regular Message (MTN)" },
        { 0x2,  "Maintenance Special Message (MTNS)" },
        { 0x3,  "SCCP" },
        { 0x4,  "TUP" },
        { 0x5,  "ISUP" },
        { 0x6,  "DUP (call and circuit related messages)" },
        { 0x7,  "DUP (facility registration and cancellation message)" },
        { 0x8,  "MTP testing user part" },
        { 0x9,  "Broadband ISUP" },
        { 0xa,  "Satellite ISUP" },
        { 0xb,  "Spare" },
        { 0xc,  "AAL type2 Signaling" },
        { 0xd,  "Bearer Independent Call Control (BICC)" },
        { 0xe,  "Gateway Control Protocol" },
        { 0xf,  "Spare" },
        { 0,    NULL }};

Best Regards,
Ping

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.