Ethereal-dev: Re: [Ethereal-dev] Vendor ID error in packet-radius.c

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

From: Jeroen Ruigrok van der Werven <jruigrok@xxxxxxxxxxxxxxxx>
Date: Thu, 23 Nov 2000 10:46:34 +0100
-On [20001123 05:05], Heath Harry (hharry@xxxxxxxxxx) wrote:
>Is it possible to check in the following change to
>
>static value_string radius_vendor_specific_vendors[]=
>{{5, "ACC"},
>{9,"Cisco"},
>{529,"Ascend"},
>{166,"Shiva"},
>{307,"Livingston"},
>{429,"3Com"},
>{1584,"Bay Networks"},
>{0,NULL}};

For the CVS commitable persons, patch attached.

-- 
Jeroen Ruigrok van der Werven          VIA Net.Works The Netherlands
BSD: Technical excellence at its best  Network- and systemadministrator
	  D78D D0AD 244D 1D12 C9CA  7152 035C 1138 546A B867
I've come a long way from where I started, but I am not even close
to where I'm going...
diff -ruN ethereal/packet-radius.c ethereal-hack/packet-radius.c
--- ethereal/packet-radius.c	Sun Nov 19 09:54:04 2000
+++ ethereal-hack/packet-radius.c	Thu Nov 23 10:45:36 2000
@@ -196,7 +196,7 @@
 static value_string radius_vendor_specific_vendors[]=
 {{5, "ACC"},
 {9,"Cisco"},
-{123,"Ascend"},
+{529,"Ascend"},
 {166,"Shiva"},
 {307,"Livingston"},
 {429,"3Com"},