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 5784] New: New dissector for GSM A-bis OML

Date: Thu, 24 Mar 2011 12:13:53 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5784

           Summary: New dissector for GSM A-bis OML
           Product: Wireshark
           Version: SVN
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: laforge@xxxxxxxxxxxx
                CC: zecke@xxxxxxxxxxx


Created an attachment (id=6080)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6080)
A-bis OML dissector

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
This is a new dissector for the GSM A-bis OML protocol as specified in TS
12.21,
including some Siemens and ip.access vendor-specific extensions.

The protocol is called from both classic ISDN (LAPD) based A-bis as well as the
gsm_ipa dissector.

If you wonder about the run-time initialization with the NM_ATT_TLVDEF_IPA()
macro: This is a work-around, the original code was using C99-style array
initializers e.g. [NM_ATT_IPACC_DST_IP] = { TLV_TYPE_FIXED, 4 } - but this is
not acceptable as wirehsark needs to support older compilers.

Please let us know if you want us to make any modifications before merging it.

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