aboutsummaryrefslogtreecommitdiffstats
path: root/diameter
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-19 15:58:16 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-19 15:58:16 +0000
commitbe53aed7e070d3c8bb9d60b33660653825d6d6b8 (patch)
treef885cfa0b0bf92e3fa9b602ffa6ff51deab7bea0 /diameter
parent49402a5f5860b21f33f1d2099a8f4efa19e2df16 (diff)
Use the correct Application Id:s fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16551 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'diameter')
-rw-r--r--diameter/dictionary.xml4
-rw-r--r--diameter/mobileipv4.xml4
-rw-r--r--diameter/nasreq.xml4
3 files changed, 8 insertions, 4 deletions
diff --git a/diameter/dictionary.xml b/diameter/dictionary.xml
index 58b4b45b68..ede9a0f91b 100644
--- a/diameter/dictionary.xml
+++ b/diameter/dictionary.xml
@@ -874,6 +874,10 @@
<enum name="UE" code="7"/>
</avp>
</base>
+ <application id="0" name="Diameter Common Messages" uri="http://www.ietf.org/rfc/rfc3588.txt?number=3588">
+ </application>
+ <application id="3" name="Diameter Base Accounting" uri="http://www.ietf.org/rfc/rfc3588.txt?number=3588">
+ </application>
&nasreq;
&mobileipv4;
&sunping;
diff --git a/diameter/mobileipv4.xml b/diameter/mobileipv4.xml
index 5fa8bc6d8e..26e7c82ed8 100644
--- a/diameter/mobileipv4.xml
+++ b/diameter/mobileipv4.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id:$ -->
+<!-- $Id$ -->
- <application id="4" name="Mobile IPv4 Application" uri="ftp://ftp.ietf.org/internet-drafts/draft-ietf-aaa-diameter-mobileip-07.txt">
+ <application id="2" name="Mobile IPv4 Application" uri="http://www.ietf.org/rfc/rfc4004.txt">
<!-- Mobile-IPv4 Application -->
<command name="AA-Mobile-Node" code="260" vendor-id="None"/>
diff --git a/diameter/nasreq.xml b/diameter/nasreq.xml
index 715af48485..0fba1f78a9 100644
--- a/diameter/nasreq.xml
+++ b/diameter/nasreq.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
- <application id="1" name="NASREQ Application" uri="ftp://ftp.ietf.org/internet-drafts/draft-calhoun-diameter-nasreq-06.txt">
+ <application id="1" name="NASREQ Application" uri="http://www.ietf.org/rfc/rfc4004.txt">
<command name="AA" code="265" vendor-id="None"/>
<command name="Diameter-EAP" code="268" vendor-id="None"/>
@@ -296,7 +296,7 @@
<enum name="EAP" code="5"/>
<enum name="None" code="7"/>
</avp>
- <avp name="Origin-AAA-Protocol" code="408
+ <avp name="Origin-AAA-Protocol" code="408">
<type type-name="Unsigned32"/>
<enum name="RADIUS" code="1"/>
</avp>