summaryrefslogtreecommitdiff
path: root/diameter
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-09-26 21:04:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-09-26 21:04:10 +0000
commit179b14827ba8a04fc0e52f63722687fa05a17cfc (patch)
treea8b5bae1bc2e883f3f72a5c2241ca54331dae6e2 /diameter
parentf216d4e440f89c5b0a2518acf877e2a17e463f2c (diff)
downloadwireshark-179b14827ba8a04fc0e52f63722687fa05a17cfc.tar.gz
Add a few AVP:s
svn path=/trunk/; revision=52222
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml27
1 files changed, 21 insertions, 6 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 4783c78589..fa04d69b65 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -2568,10 +2568,24 @@
527 EUI64-Address [RFC5777]
528 EUI64-Address-Mask [RFC5777]
529 EUI64-Address-Mask-Pattern [RFC5777]
- 530 Port [RFC5777]
- 531 Port-Range [RFC5777]
- 532 Port-Start [RFC5777]
- 533 Port-End [RFC5777]
+ -->
+ <avp name="Port" code="530" mandatory="may">
+ <type type-name="Integer32"/>
+ </avp>
+ <avp name="Port-Range" code="531" mandatory="may">
+ <grouped>
+ <gavp name="Port-Start"/>
+ <gavp name="Port-End "/>
+ </grouped>
+ </avp>
+ <avp name="Port-Start" code="532" mandatory="may">
+ <type type-name="Integer32"/>
+ </avp>
+ <avp name="Port-End" code="533" mandatory="may">
+ <type type-name="Integer32"/>
+ </avp>
+
+ <!--
534 Use-Assigned-Address [RFC5777]
535 Diffserv-Code-Point [RFC5777]
536 Fragmentation-Flag [RFC5777]
@@ -6556,8 +6570,9 @@
<application id="16777216" name="3GPP Cx" uri="http://www.ietf.org/rfc/rfc3588.txt?number=3588"></application>
<application id="16777224" name="3GPP Gx" uri="http://www.3gpp.org/ftp/Specs/html-info/29210.htm"></application>
<application id="16777227" name="Ericsson MSI" uri="http://www.iana.org/assignments/aaa-parameters/aaa-parameters.xml"></application>
- <application id="16777228" name="Ericsson Zx" uri="http://www.3GPP.org/ftp/Specs/html-info/29229.htm"></application>
- <application id="16777232" name="Ericsson Charging-CIP" uri="http://www.3gpp.org/ftp/Specs/html-info/29210.htm"></application>
+ <application id="16777228" name="Ericsson Zx" uri="http://www.3GPP.org/ftp/Specs/html-info/29229.htm"></application>
+ <application id="16777229" name="3GPP RX" uri="http://www.3GPP.org/ftp/Specs/html-info/29229.htm"></application>
+ <application id="16777232" name="Ericsson Charging-CIP" uri="http://www.3gpp.org/ftp/Specs/html-info/29210.htm"></application>
<application id="16777238" name="3GPP Gx" uri="http://www.3gpp.org/ftp/Specs/html-info/29212.htm"></application>
<application id="16777250" name="3GPP STa" uri="http://www.3gpp.org/ftp/Specs/html-info/29273.htm"></application>
<application id="16777251" name="3GPP S6a/S6d" uri="http://www.ietf.org/rfc/rfc5516.txt?number=5516"></application>