From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.

svn path=/trunk/; revision=5856
This commit is contained in:
Guy Harris 2002-07-10 20:55:45 +00:00
parent e7dbdc13fa
commit ffe5c2cbe9
3 changed files with 8 additions and 2 deletions

View File

@ -776,6 +776,7 @@ B. Johannessen <bob[AT]havoq.com> {
Thierry Pelle <thierry.pelle[AT]rd.francetelecom.fr> {
MP-BGP message support
Redback vendor-specific items for RADIUS and L2TP
}
Francisco Javier Cabello <fjcabello[AT]vtools.es> {

View File

@ -7,7 +7,7 @@
* Laurent Cazalet <laurent.cazalet@mailclub.net>
* Thomas Parvais <thomas.parvais@advalvas.be>
*
* $Id: packet-l2tp.c,v 1.32 2002/05/30 10:09:27 sahlberg Exp $
* $Id: packet-l2tp.c,v 1.33 2002/07/10 20:55:45 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -286,6 +286,7 @@ static const value_string avp_type_vals[] = {
#define VENDOR_3COM 429
#define VENDOR_ASCEND 529
#define VENDOR_BAY 1584
#define VENDOR_REDBACK 2352
#define VENDOR_JUNIPER 2636
#define VENDOR_COSINE 3085
#define VENDOR_UNISPHERE 4874
@ -299,6 +300,7 @@ static const value_string avp_vendor_id_vals[] =
{VENDOR_3COM,"3Com"},
{VENDOR_ASCEND,"Ascend"},
{VENDOR_BAY,"Bay Networks"},
{VENDOR_REDBACK,"Redback"},
{VENDOR_JUNIPER,"Juniper Networks"},
{VENDOR_COSINE,"CoSine Communications"},
{VENDOR_UNISPHERE,"Unisphere Networks"},

View File

@ -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},
};