aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-07-15 22:16:52 +0000
committerGuy Harris <guy@alum.mit.edu>2003-07-15 22:16:52 +0000
commitd4e29bafd6de463575b387d3573d5a55511b94f1 (patch)
treecf7816957990a9553c9e3850968b976aed9bed73 /packet-radius.c
parent6b9461a08b85ec864b7e49d192284c862cbe929f (diff)
From Michael Kopp: add some entries for Cisco VSA for SSG Communication
via Radius Packets. svn path=/trunk/; revision=8023
Diffstat (limited to 'packet-radius.c')
-rw-r--r--packet-radius.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/packet-radius.c b/packet-radius.c
index 506091b463..e9c738cf5c 100644
--- a/packet-radius.c
+++ b/packet-radius.c
@@ -5,7 +5,7 @@
*
* RFC 2865, RFC 2866, RFC 2867, RFC 2868, RFC 2869
*
- * $Id: packet-radius.c,v 1.79 2003/07/01 03:59:11 guy Exp $
+ * $Id: packet-radius.c,v 1.80 2003/07/15 22:16:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -945,6 +945,11 @@ static value_value_string radius_vendor_cisco_attrib[] =
{242, RADIUS_INTEGER4, "Cisco Data Filter"},
{243, RADIUS_INTEGER4, "Cisco Call Filter"},
{244, RADIUS_INTEGER4, "Cisco Idle Limit"},
+ /* Cisco SSG Service Selection Gateway Attributes */
+ {250, RADIUS_STRING, "Cisco Account Info"},
+ {251, RADIUS_STRING, "Cisco Service Info"},
+ {252, RADIUS_BINSTRING, "Cisco Command Info"},
+ {253, RADIUS_STRING, "Cisco Control Info"},
{255, RADIUS_INTEGER4, "Cisco Xmit Rate"},
{0, 0, NULL}
};