Wireshark-commits: [Wireshark-commits] master b223d64: Make the rest of the Diameter AVP names uniq
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Jun 2016 04:38:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b223d649fed632d10b356f66c3a286740cec9e7d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Make the rest of the Diameter AVP names unique.
    
    In most cases this means prepending the application- or vendor-name to force
    uniqueness.  A few vendors have duplicates within their namespace--append the
    AVP code to these.
    
    Also fix a few other invalid names (with spaces or parentheses in the names).
    
    Change-Id: I5bb78d31526122dd5782055638af410cc497e49d
    Reviewed-on: https://code.wireshark.org/review/15960
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f749a64   cmake: Detect proper large file defines even with -Wno-error
    adds  b223d64   Make the rest of the Diameter AVP names unique.


Summary of changes:
 diameter/Cisco.xml      |   50 +++++++++++++++---------------
 diameter/Ericsson.xml   |    8 ++---
 diameter/Nokia.xml      |   12 ++++----
 diameter/Starent.xml    |   20 +++++-------
 diameter/TGPP.xml       |   78 +++++++++++++++++++++++------------------------
 diameter/Vodafone.xml   |   22 ++++++-------
 diameter/dictionary.xml |    2 +-
 diameter/etsie2e4.xml   |   14 ++++-----
 8 files changed, 101 insertions(+), 105 deletions(-)