summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-11-19 15:58:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-11-19 15:58:16 +0000
commit6aea9d65c99b891ed61bcfe452dcb0cb7977f802 (patch)
treef885cfa0b0bf92e3fa9b602ffa6ff51deab7bea0
parente2ef8b1632e499741a44081bf37dbaf4a007ec9c (diff)
downloadwireshark-6aea9d65c99b891ed61bcfe452dcb0cb7977f802.tar.gz
Use the correct Application Id:s fix a typo.
svn path=/trunk/; revision=16551
-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>