From Michael Kopp: add some entries for Cisco VSA for SSG Communication
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 15 Jul 2003 22:16:52 +0000 (22:16 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 15 Jul 2003 22:16:52 +0000 (22:16 +0000)
via Radius Packets.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8023 f5534014-38df-0310-8fa8-9805f1628bb7

AUTHORS
doc/ethereal.pod.template
packet-radius.c

diff --git a/AUTHORS b/AUTHORS
index d3bfb0680c5d2523eed660f7939279679a7cb549..2108f5ad6fb8e955059427e9ecc61e5536546a08 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1764,6 +1764,7 @@ And assorted fixes and enhancements by the people listed above and by:
        Gregory Stark <gsstark [AT] mit.edu>
        Darren Steele <steeley [AT] steeley.co.uk>
        <smhuang [AT] pcs.csie.nctu.edu.tw>
+       Michael Kopp <michael.kopp [AT] isarnet.de>
 
 Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to
 give his permission to use his version of snprintf.c.
index 563542edf962061f5cb9be68e44190a3ed54b156..35b9728c1bf998d9b3fbfd06c4763ed929e80f63 100644 (file)
@@ -1846,6 +1846,7 @@ B<http://www.ethereal.com>.
   Gregory Stark            <gsstark [AT] mit.edu>
   Darren Steele            <steeley [AT] steeley.co.uk>
                            <smhuang [AT] pcs.csie.nctu.edu.tw>
+  Michael Kopp             <michael.kopp [AT] isarnet.de>
 
 Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
 permission to use his version of snprintf.c.
index 506091b4631f66f9b692f0412eb4cd7ef4426abe..e9c738cf5c339b154967c37ab35e381c006738c9 100644 (file)
@@ -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}
 };