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 6859] New: Diameter dictionary is missing S6b, STa and SWx

Date: Wed, 22 Feb 2012 14:10:35 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6859

           Summary: Diameter dictionary is missing S6b, STa and SWx
                    applications
           Product: Wireshark
           Version: 1.6.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Documentation
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: jmedved@xxxxxxxxxxx


Created attachment 7877
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=7877
Dictionary for S6b, STa and SWx applications

Build Information:
Version 1.6.5 (SVN Rev 40429 from /trunk-1.6)

Copyright 1998-2012 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GTK+ 2.22.1, with GLib 2.26.1, with WinPcap (version
unknown), with libz 1.2.5, without POSIX capabilities, without libpcre, without
SMI, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS 2.10.3, with
Gcrypt 1.4.6, without Kerberos, with GeoIP, with PortAudio V19-devel (built Jan
10 2012), with AirPcap.

Running on 64-bit Windows 7 Service Pack 1, build 7601, with WinPcap version
4.1.2 (packet.dll version 4.1.0.2001), based on libpcap version 1.0 branch
1_0_rel0b (20091008), GnuTLS 2.10.3, Gcrypt 1.4.6, without AirPcap.

Built using Microsoft Visual C++ 9.0 build 21022

--
Diameter dictionary in Wireshark is missing S6b, STa and SWx applications.

I attached 3 dictionary files that define 3GPP S6b, STa and SWx applications.
Additionally there should be references to new files in diameter.xml (also
included in attachment for reference).
Application definition for SWx (16777265) was deleted since it now defined in
separate file (and it was pointing to wrong 3GPP anyhow).


Changes to dictionary.xml:
@@ -14,6 +14,9 @@
     <!ENTITY TGPPGmb SYSTEM "TGPPGmb.xml">
     <!ENTITY TGPPSh SYSTEM "TGPPSh.xml">
     <!ENTITY TGPPRx SYSTEM "TGPPRx.xml">
+    <!ENTITY TGPPS6b SYSTEM "TGPPS6b.xml">
+    <!ENTITY TGPPSTa SYSTEM "TGPPSTa.xml">
+    <!ENTITY TGPPSWx SYSTEM "TGPPSWx.xml">
     <!ENTITY sip SYSTEM "sip.xml">
     <!ENTITY gqpolicy SYSTEM "gqpolicy.xml">
     <!ENTITY etsie2e4 SYSTEM "etsie2e4.xml">
@@ -5801,8 +5804,6 @@
     </application>
   <application id="16777255" name="3GPP SLg"
uri="http://www.ietf.org/rfc/rfc3588.txt?number=3588";>
   </application>
-  <application id="16777265" name="3GPP SWx"
uri="http://www.3gpp.org/ftp/Specs/html-info/29212.htm";>
-    </application>
     <application id="16777266" name="3GPP Gxx"
uri="http://www.3gpp.org/ftp/Specs/html-info/29212.htm";>
     </application>
     &nasreq;
@@ -5814,6 +5815,9 @@
     &TGPPGmb;
     &TGPPSh;
     &TGPPRx;
+    &TGPPS6b;
+    &TGPPSTa;
+    &TGPPSWx;
     &sip;
     &gqpolicy;
     &etsie2e4;

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