aboutsummaryrefslogtreecommitdiffstats
path: root/diameter/Vodafone.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-01-20Revert "[Diameter AVPs] Add Vodafone AVPs"Anders Broman1-278/+0
This reverts commit 0e4a7429db488b25941be4aa66405f9c2f4915e5. as requested by the supplier of the data. Change-Id: I70d6c48d3ce830bcb2a23cd130d28c04123c1377 Reviewed-on: https://code.wireshark.org/review/13431 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-12-22[Diameter AVPs] Add Vodafone AVPsAndersBroman1-0/+278
Change-Id: I32f0549852c2da99c8217ab406a019e441d4beb7 Reviewed-on: https://code.wireshark.org/review/12823 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-04-29Reorganize some of the Diameter XML files, taking advantage of the fact thatJeff Morriss1-1/+1
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-22Misc. Diameter XML cleanups.Jeff Morriss1-4/+4
Consistently used (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Use a uri of "none" when we don't have access to the specification. Update the URI of an Application or two. Clean up white space and formatting. Change-Id: Iad677db186469b7d8c4a23b7a7fca6c357dbc012 Reviewed-on: https://code.wireshark.org/review/8164 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2015-04-21Allow the definition of AVPs within vendor IDs.Jeff Morriss1-0/+2
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>
2014-08-07Change the application Ids to avoid duplicates.AndersBroman1-1/+1
Change-Id: I127ac215b0b8ed1615e4d11c9a5a5952e3ea8d88 Reviewed-on: https://code.wireshark.org/review/3473 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
(Using sed : sed -i '/^<!-- \$Id\$ -->/,+0 d') (XML Comments) Change-Id: Ifd03f70ae84dfbbbe04d91f10fd30857fd197014 Reviewed-on: https://code.wireshark.org/review/882 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2012-10-09Fix up indentation and white space.Jeff Morriss1-73/+69
svn path=/trunk/; revision=45432
2011-06-09From Madhusudhan M:Anders Broman1-0/+80
Cisco and Vodafone Diameter AVP:s I have axtracted the relevant vendor AVP:s and separated them out in Vendor specific xml files. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5972 svn path=/trunk/; revision=37627