Wireshark-commits: [Wireshark-commits] master 0e8fef5: Finish getting making the Diameter XML valid
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Jun 2016 17:12:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0e8fef5827d99d892e4bdfb6c13f28fb30a57723
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0e8fef5 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Finish getting making the Diameter XML valid XML.
    
    ... Except for the fact that many AVP names start with "3GPP".
    
    Make the AVP names XML IDs again.
    
    Fix all the grouped AVPs that reference AVPs (by name) or vice-versa.  This
    includes:
     * Fixing a bunch of typos (including type mismatches).
     * Commenting out a number of references to vendor AVPs for which we don't have
       the specs.
     * Adding a few missing AVPs.
    
    Change-Id: Ic2ddb50cc947877de9086be51f7813e8f9be02b4
    Reviewed-on: https://code.wireshark.org/review/15973
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4ad428d   ssh: set packet lengths correctly
    adds  0e8fef5   Finish getting making the Diameter XML valid XML.


Summary of changes:
 diameter/Cisco.xml                     |    8 +--
 diameter/NokiaSolutionsAndNetworks.xml |   50 +++++++-------
 diameter/TGPP.xml                      |   10 +--
 diameter/chargecontrol.xml             |    8 +--
 diameter/dictionary.dtd                |    2 +-
 diameter/dictionary.xml                |  111 ++++++++++++++++++++------------
 diameter/etsie2e4.xml                  |   11 ++--
 diameter/mobileipv4.xml                |    1 -
 diameter/sip.xml                       |    6 +-
 9 files changed, 118 insertions(+), 89 deletions(-)