Ethereal-dev: [Ethereal-dev] Vendor-ID CoSine support for RADIUS

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Motonori Shindo <mshindo@xxxxxxxxxxx>
Date: Sun, 30 Sep 2001 22:16:58 +0900 (JST)
Hi,

Here's a 1-line patch to add Vendor-ID "CoSine" (3085) for RADIUS.

BTW, there seems no VSA decoding capability for any Vendor in the
current code. Is this a matter of "policy" of Ethereal? If I
contribute a code to decode CoSine VSAs, there a chance that such a
code will be incorporated into?

Regards,

=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=
 +----+----+     
 |.. .|    |     Motonori Shindo
 |_~__|    |     
 | .. |~~_~|     Sr. Systems Engineer
 | .  |    |     CoSine Communications Inc.
 +----+----+     
 C o S i n e     e-mail:  mshindo@xxxxxxxxxxxxx 
Communications
=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=

Index: packet-radius.c
===================================================================
RCS file: /cvsroot/ethereal/packet-radius.c,v
retrieving revision 1.34
diff -u -r1.34 packet-radius.c
--- packet-radius.c	2001/09/28 18:50:18	1.34
+++ packet-radius.c	2001/09/30 12:48:06
@@ -239,6 +239,7 @@
 {529,"Ascend"},
 {1584,"Bay Networks"},
 {2636,"Juniper Networks"},
+{3085,"CoSine Communications"},
 {4874,"Unisphere Networks"},
 {0,NULL}};