aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/dictionary.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Diameter: fix a typo in dictionary.xmlPascal Quantin1-1/+1
Change-Id: I8a91c9303e9b650380d188be5028e238fc7f2890 Reviewed-on: https://code.wireshark.org/review/11561 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-11-04Dictionary (diameter): fix indent (use tabs)Alexis La Goutte1-9/+9
Follow gc7c33b0c8 Change-Id: I54d101f561d4f03dd6e972c8dda3cd6516128de5 Reviewed-on: https://code.wireshark.org/review/11553 Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-11-04Updated Diameter dictionary.xml with AVP values.Branislav Makan1-12/+20
Diameter dictionary has been updated with the following AVP values: 1031 Rule-Failure-Code: adden new enum codes. 1082 Credit-Management-Status 1091 TDF-IP-Address 1098 Application-Detection-Information Change-Id: I2c5c438fa48b9deda4bdc2a046c19b583b5c7763 Reviewed-on: https://code.wireshark.org/review/11524 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-09-29[Diameter] Add command code 8388717 Ericsson Trace-ReportAndersBroman1-1/+67
Change-Id: Ifabb920eb4ddb1a46f2dbf7e03478d0abe10305a Reviewed-on: https://code.wireshark.org/review/10687 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-09-29[Diameter] Add enum value to 3GPP AVP PDN-Type" code="1456"AndersBroman1-0/+1
<enum name="IPv4_OR_IPv6" code="3"/> Change-Id: I8fa328c0c6915cda835754d12bc4d48608608500 Reviewed-on: https://code.wireshark.org/review/10686 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-08-21Add some Gx AVPs from 3GPP 29.212.Jeff Morriss1-4/+102
Change-Id: Iaf2cc67d4d235193b25045895441742bc6531370 Reviewed-on: https://code.wireshark.org/review/10150 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-12Diameter: Add support for Sd interfaceMarius1-6/+52
Bug: 11186 Change-Id: I3aed8818dd021c72b2cb1fb51adc717613c501ea Reviewed-on: https://code.wireshark.org/review/8425 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-05-09Eliminate a couple of empty Diameter grouped AVP lists.Jeff Morriss1-2/+7
Use Session-ID as a place holder for grouped AVPs that can hold any AVP and look up the contents of a couple grouped AVPs whose contents wasn't specified. Also, update the DTD to allow vendors to not add any AVPs. Change-Id: Id2852e31cecbcfaf64efb46918101b3a81ed5bdb Reviewed-on: https://code.wireshark.org/review/8355 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-08Use the correct AVP type in a couple of places: IPAddress instead of Address.Jeff Morriss1-2/+2
(For whatever reason the Diameter dictionary calls it IPAddress rather than Address--the latter is what's in the RFCs.) Change-Id: I5efcffc2a9bced6ba841b09fd83cb3dcd128d440 Reviewed-on: https://code.wireshark.org/review/8341 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-08Add Float32 and Float64 types to the Diameter dictionary.Jeff Morriss1-0/+14
Change-Id: I74f7c37fc9b62ae0b9f29e4da0b1b3d5037b8192 Reviewed-on: https://code.wireshark.org/review/8339 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-08Allow empty-element Diameter Applications and use that format.Jeff Morriss1-100/+100
This also fixes a couple of applications that weren't properly terminated (as a result of some of my recent changes). Change-Id: I9662017a81c63aceeb950d3b29cb17dde16d4f0c Reviewed-on: https://code.wireshark.org/review/8335 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-07Update the 3GPP list of Experimental-Result-Code values.Jeff Morriss1-6/+68
Change-Id: I7223eaeb40f6590814cc1748f6aa457bbd92eddc Reviewed-on: https://code.wireshark.org/review/8320 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-06Add/clarify some comments about how the Experimental-Result-Code AVP is handled.Jeff Morriss1-1/+12
Specifically we put Experimental-Result-Codes specified by 3GPP in the XML file and let other vendors' codes be handled through a dissector table. Change-Id: I2c3977fb959ad84faa5cb90aeb3d191c8b465ede Reviewed-on: https://code.wireshark.org/review/8319 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-04-29Finish removing VerizonWireless.xml and ChinaTelecom.xmlJeff Morriss1-4/+0
Change-Id: I7e64ed4a588ecc7ef72288e0fd3bf91f8b31e5e7 Reviewed-on: https://code.wireshark.org/review/8238 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-04-29Reorganize some of the Diameter XML files, taking advantage of the fact thatJeff Morriss1-25/+16
AVPs can be grouped by Vendor now (not just by Application). Move a bunch of vendor-specific Application IDs to the vendor's XML file. Delete the (basically empty) SKT.xml, ChinaTelecom.xml, and VerizonWireless.xml files. Fix a typo: 16777224 is 3GPP Gx, not 3GPP Cx. Use (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Change-Id: I7a9702c0c48dc3fe751ad74413d8ecc040984f1f Reviewed-on: https://code.wireshark.org/review/8235 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-22Add special handling of the (derived) AppId AVP type so that we can maintainJeff Morriss1-276/+146
one (and only one) Application ID list. This means we don't have to list all the Application IDs several times in the XML file. Collapse those lists into one (much more complete, now) list while also fixing URIs for several of the specifications (and making it clear for others that we don't have access to the specification--by declaring their URI to be "none"). Add a bunch more entries to the list of application IDs. Change-Id: Ia5c96b1f6f1fe3a9521b3d70142889e3881fae5e Reviewed-on: https://code.wireshark.org/review/8147 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-21Allow the definition of AVPs within vendor IDs.Jeff Morriss1-33/+34
This allows for a more natural organization of AVP definitions: they can now be grouped by application (including the base application) or vendor ID. This means we can stop using the "workaround" (for those vendors who define AVPs but don't have their own application ID) of finding some random application ID to put in a vendor-specific xml file just to satisfy the parser. Rework a couple of Vendor-specific xml files as an example. Note: this does mean that vendor IDs can no longer be defined inside of the base or other application. If that's a problem the parser could be made (through some duplication of code) to understand the old format too. Change-Id: I5119f0dc7f8e3bbf59e2207046a8bb0f42ab0ca1 Reviewed-on: https://code.wireshark.org/review/8141 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-04-20Add Tekelec (now Oracle) AVPs.Jeff Morriss1-26/+29
Untested; taken from the document 910-6828-001 Revision A (found on the web). Change-Id: Ibf312a0a15c5c64ec16e636814febb0e996fe5f2 Reviewed-on: https://code.wireshark.org/review/8110 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-17Consistently used (derived) type Enumerated (rather than Unsigned32 orJeff Morriss1-16/+16
Integer32) when the AVP is of type Enumerated. Just for correctness. Change-Id: Ia485d6e06ca16d6da82aa5d1b60025120e45242f Reviewed-on: https://code.wireshark.org/review/8109 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-04-17Fix up some indentation/white space issues.Jeff Morriss1-111/+110
Change-Id: I73a1a1dd567970f99df769d5976cc82a7e5b9a60 Reviewed-on: https://code.wireshark.org/review/8108 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-03-12[Diameter] Add 3GPP AVPsAndersBroman1-0/+25
Change-Id: I1152114ff6b8ea103f0dee3cc9206aefc39db0bc Reviewed-on: https://code.wireshark.org/review/7653 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-02-25[Diameter] Add some AVPs and AVP values fromTibensky1-1/+11
3GPP TS 32.299 version 12.7.0 (2015-01) Ping-Bug:11008 Change-Id: Ib7f52c743f43d8a1c70c9fb100663292d7c4a87e Reviewed-on: https://code.wireshark.org/review/7387 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-02-03Fix nameless application in NokiaSolutionsAndNetworks.xml (fromJeff Morriss1-1/+1
I4cd9bd7f7219e4d9ff1bb8a71fab32439a8a9a35). (The nameless application was causing known applications to be reported as unknown.) Add code to the Diameter dissector to report such problems at startup (similar code exists for other entities). Tweak the parser debug slightly. Change-Id: I6b28cda8660e6eb96648c7b3697d7fd85151ac96 Reviewed-on: https://code.wireshark.org/review/6927 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-01-19Updated company name from Nokia Siemens Networks to Nokia Solutions and ↵Josip Medved1-5/+5
Networks. Change-Id: I93782facc2e3f9ff6358cf617968fac30bac1f7a Reviewed-on: https://code.wireshark.org/review/6647 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-10-14Add new Event-Trigger values.AndersBroman1-10/+13
Change-Id: Idd18a710fd8630d5b50c5ac180d7aa45a40596d7 Reviewed-on: https://code.wireshark.org/review/4680 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-09-25Add 3 new 3GPP AVP:sAndersBroman1-1/+20
Change-Id: I47742f83a7e515f6fc449daf9492dcf8a5a68410 Reviewed-on: https://code.wireshark.org/review/4282 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-09-20Added Wx Application-Id.Josip Medved1-0/+1
Change-Id: I46152382be0a374019d51f18e7116aad8241e95a Reviewed-on: https://code.wireshark.org/review/4162 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
2014-09-11Clarify that 16777229 is the AppID for 3GPP Rx Release 6.Jeff Morriss1-3/+3
(Later releases have a different AppID.) Change-Id: I41d4a498461e777f570641936db64d0551e36186 Reviewed-on: https://code.wireshark.org/review/4070 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-08-29Consolidate several 3GPP Diameter xml files into one.Jeff Morriss1-67/+16
Change-Id: If6ef48fbcceaf0b3a3591086015b021c6a80956b Reviewed-on: https://code.wireshark.org/review/3911 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-08-28Add 3GPP2 Tx AVPs. Move all the 3GPP2 stuff into its own XML file.Jeff Morriss1-245/+3
Change-Id: I7197f84472139c99bafa5b68f724abaab0453faa Reviewed-on: https://code.wireshark.org/review/3908 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-08-26Added Authentication-Method and afew other AVPs that appear in the ↵Josip Medved1-3/+14
SIP-Auth-Data-Item grouped AVP. Change-Id: Ie90ec71d8d574d38f32a5ff3de6ad5433b9e5e9f Reviewed-on: https://code.wireshark.org/review/3823 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-08-23Add the 3GPP2 Ty Application ID and a bunch of Ty AVPs.Jeff Morriss1-32/+176
Change-Id: If36c8a22c34a88bbb43afbc932cd0b8193dd9c7b Reviewed-on: https://code.wireshark.org/review/3800 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-08-07Change the application Ids to avoid duplicates.AndersBroman1-6/+11
Change-Id: I127ac215b0b8ed1615e4d11c9a5a5952e3ea8d88 Reviewed-on: https://code.wireshark.org/review/3473 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-07-29Remove duplicated entry for AVP 258 Auth-Application-Id from HP.xmlAndersBroman1-2/+2
it was overiding the correct one from dictionary.xml Change-Id: Ic6073a550a15f56584e214eec8bd79057673c25c Reviewed-on: https://code.wireshark.org/review/3244 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-07-28Add a few mor application IdsAndersBroman1-10/+31
Change-Id: I98d9735e2b54818a23c9a6e4086692d76f0713d5 Reviewed-on: https://code.wireshark.org/review/3227 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-07-17Add an Application Id.AndersBroman1-0/+3
Change-Id: I239560637fb61a22cd4ef4700aeb28c82659a805 Reviewed-on: https://code.wireshark.org/review/3093 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-06-26New HP DTD dictionary fileBasil1-0/+2
Bug: 10206 Change-Id: Ibe056ed37d3619aabfb17d3c2c5e85e67deae4e5 Reviewed-on: https://code.wireshark.org/review/2617 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
2014-04-28Fix up indentation.Jeff Morriss1-212/+214
Change-Id: I9c217cfb0246c763ec7084bb928440d8aab88f99 Reviewed-on: https://code.wireshark.org/review/1416 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-04-28Fix Restoration-Priority's AVP code.Jeff Morriss1-3/+2
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10057 Bug: 10057 Change-Id: I88bb6825006b038065f8edff61066557445f1dc6 Reviewed-on: https://code.wireshark.org/review/1413 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-06Add a few grouped AVP definitions for 3GPP-SlhJeff Morriss1-21/+27
... as suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9793#c5 Also remove trailing white space. Change-Id: Ic83ad7e4c7792a78a9d11eef25f1edf92bd22ddb Reviewed-on: https://code.wireshark.org/review/521 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-02Added Cisco Starent Diameter dictionary entries.Josip Medved1-0/+3
Change-Id: Ib7fa98639b6de965148349948ccf86d8c8641fb1 Reviewed-on: https://code.wireshark.org/review/438 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-28Add 3GPP Slh AVPs 2400, 2405, 2407 and 2409-2411.Jeff Morriss1-11/+23
This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9793 Change-Id: Ia104767d2c1b3c26da851887c08973485f99f58b Reviewed-on: https://code.wireshark.org/review/432 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-01-22Remove unused entity.Anders Broman1-1/+0
svn path=/trunk/; revision=54897
2014-01-20From Abdul Hannan Khan:Anders Broman1-48/+48
Correct AVP flags. svn path=/trunk/; revision=54851
2014-01-08Add vendor-id="Acision"Anders Broman1-0/+1
svn path=/trunk/; revision=54667
2013-11-29Add an application id.Anders Broman1-0/+1
svn path=/trunk/; revision=53637
2013-11-26Correct one AVP, some flags and add comments with new AVP:sAnders Broman1-8/+45
svn path=/trunk/; revision=53599
2013-11-08From Katrina Zhang:Anders Broman1-4/+36
3GPP AVP updates. svn path=/trunk/; revision=53162
2013-10-24Add a command code.Anders Broman1-1/+5
svn path=/trunk/; revision=52817
2013-10-23Add a few command codes.Anders Broman1-11/+26
svn path=/trunk/; revision=52795