aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-07-10 20:55:45 +0000
committerGuy Harris <guy@alum.mit.edu>2002-07-10 20:55:45 +0000
commitffe5c2cbe9d792de4d1e3e4270c874e39355aad9 (patch)
tree1cddbbcaf44aa93f677569f0d5cd323d5608cfb4 /packet-radius.c
parente7dbdc13fa7066f55c8de6bd54f0eda246628a64 (diff)
From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.
svn path=/trunk/; revision=5856
Diffstat (limited to 'packet-radius.c')
-rw-r--r--packet-radius.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-radius.c b/packet-radius.c
index 084b926665..e02bde3a59 100644
--- a/packet-radius.c
+++ b/packet-radius.c
@@ -4,7 +4,7 @@
*
* RFC 2865, RFC 2866, RFC 2867, RFC 2868, RFC 2869
*
- * $Id: packet-radius.c,v 1.63 2002/06/04 07:03:45 guy Exp $
+ * $Id: packet-radius.c,v 1.64 2002/07/10 20:55:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1805,6 +1805,9 @@ static value_value_string radius_vendor_redback_attrib[] =
{138, RADIUS_INTEGER4, "LAC Real Port"},
{139, REDBACK_LAC_PORT_TYPE, "LAC Port Type"},
{140, REDBACK_LAC_REAL_PORT_TYPE, "LAC Real Port Type"},
+ {141, RADIUS_STRING, "Acct Dyn Ac Ent"},
+ {142, RADIUS_INTEGER4, "Session Error Code"},
+ {143, RADIUS_STRING, "Session Error Msg"},
{0, 0, NULL},
};