From David Frascone: dictionary fixes to NASREQ command codes.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Mar 2002 00:21:02 +0000 (00:21 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 5 Mar 2002 00:21:02 +0000 (00:21 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4868 f5534014-38df-0310-8fa8-9805f1628bb7

nasreq.xml
packet-diameter-defs.h

index 8f0fde10f59325d17a75c6647fdd83cfdd1aed40..30f36a954cbbace5a1019e489ee7f335da1458f4 100644 (file)
@@ -2,8 +2,8 @@
 
        <application id="1" name="NASREQ Application" uri="ftp://ftp.ietf.org/internet-drafts/draft-calhoun-diameter-nasreq-06.txt">
 
-               <command name="AA-Request" code="260" vendor-id="None"/>
-               <command name="AA-Answer" code="260" vendor-id="None"/>
+               <command name="AA" code="265" vendor-id="None"/>
+               <command name="Diameter-EAP" code="268" vendor-id="None"/>
 
                <!-- ************************* RADIUS AVPs ************************ -->
                <avp name="User-Name" code="1">
index ace74dae4f5988c32e82cd5bc95bf53c8cdf8300..ac91f7f30223badabfcfaacb0cad7f4600818e2f 100644 (file)
@@ -5,7 +5,7 @@
  * AVPs.  If libxml is in the LD_LIBRARY_PATH, and dictionary.xml exists,
  * then it will not be used.
  *
- * $Id: packet-diameter-defs.h,v 1.6 2001/11/01 21:52:44 guy Exp $
+ * $Id: packet-diameter-defs.h,v 1.7 2002/03/05 00:21:02 guy Exp $
  * Generated: Fri Feb 23 13:04:15 2001
  */
 
@@ -408,6 +408,9 @@ static value_string diameter_command_code_vals[] = {
        /* Mip Protocol */
        {262, "Home-Agent-MIP"},
        {260, "AA-Mobile-Node"},
+       /* Nasreq Protocol */
+       {265, "AA"},
+       {268, "Diameter-EAP"},
        {0, (char *)NULL}
 };