aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter-defs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-05 00:21:02 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-05 00:21:02 +0000
commit03df91f79172782e611bb1b6d735f1228aba946b (patch)
tree6df7fa7e65fa0f34e8e1ca58dfbec489ae217498 /packet-diameter-defs.h
parentfdedf9703cc8dbd79ea1f1546d0d181fd9bdfc93 (diff)
From David Frascone: dictionary fixes to NASREQ command codes.
svn path=/trunk/; revision=4868
Diffstat (limited to 'packet-diameter-defs.h')
-rw-r--r--packet-diameter-defs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-diameter-defs.h b/packet-diameter-defs.h
index ace74dae4f..ac91f7f302 100644
--- a/packet-diameter-defs.h
+++ b/packet-diameter-defs.h
@@ -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}
};