X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/2b4d0e9e94a8bc1dbf4ed573f0d556318cba1219..4fefee3da046c1555c3c6beea43b57754c7da032:/print-radius.c diff --git a/print-radius.c b/print-radius.c index a99d036d..b4fc6f61 100644 --- a/print-radius.c +++ b/print-radius.c @@ -44,7 +44,7 @@ #ifndef lint static const char rcsid[] _U_ = - "$Id: print-radius.c,v 1.25 2004-01-25 09:31:14 hannes Exp $"; + "$Id: print-radius.c,v 1.26 2004-01-25 09:56:15 hannes Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -503,7 +503,7 @@ print_vendor_attr(register u_char *data, u_int length, u_short attr_code _U_) length-=4; printf("Vendor: %s (%u)", - tok2str(oui_values,"Unknown",vendor_id), + tok2str(smi_values,"Unknown",vendor_id), vendor_id); while (length >= 2) {