aboutsummaryrefslogtreecommitdiffstats
path: root/packet-diameter-defs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-22 20:01:01 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-22 20:01:01 +0000
commite833e03ab035bce8751cf8eeccc639c49f340dd4 (patch)
tree6cb85c7baa10e9839d56b842cff31eedd52b7d73 /packet-diameter-defs.h
parent4c0ecdcd9b781212858c6ccabd0cdcc69c33984d (diff)
Make the strings in the NAS-Port-Type AVP match the text in
http://www.ietf.org/internet-drafts/draft-ietf-aaa-diameter-nasreq-14.txt. svn path=/trunk/; revision=10437
Diffstat (limited to 'packet-diameter-defs.h')
-rw-r--r--packet-diameter-defs.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/packet-diameter-defs.h b/packet-diameter-defs.h
index 1ac5a21b3e..ca0fd375ba 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.9 2004/03/21 23:08:05 guy Exp $
+ * $Id: packet-diameter-defs.h,v 1.10 2004/03/22 20:01:01 guy Exp $
* Generated: Fri Feb 23 13:04:15 2001
* References:
* http://www.ietf.org/rfc/rfc3588.txt
@@ -144,14 +144,14 @@ static value_string diameter_acct_terminate_cause_vals[]={
static value_string diameter_nas_port_type_vals[]={
{0, "Async"},
{1, "Sync"},
- {2, "ISDN-Sync"},
- {3, "ISDN-Async-v120"},
- {4, "ISDN-Async-v110"},
+ {2, "ISDN Sync"},
+ {3, "ISDN Async V.120"},
+ {4, "ISDN Async V.110"},
{5, "Virtual"},
{6, "PIAFS"},
{7, "HDLC-Clear-Channel"},
- {8, "X25"},
- {9, "X75"},
+ {8, "X.25"},
+ {9, "X.75"},
{10,"G.3 Fax"},
{11,"SDSL - Symmetric DSL"},
{12,"ADSL-CAP - Asymmetric DSL, Carrierless Amplitude Phase Modulation"},