summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-05 21:21:38 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-05 21:21:38 +0000
commit9bb2c30bc2d02fbdb1dd83612723ecccaafad8f9 (patch)
tree17db78d57b09257e94206558a68dbf19870d6824
parentb92e322537824e11e195d5d70b2ea6544d4b1e64 (diff)
downloadwireshark-9bb2c30bc2d02fbdb1dd83612723ecccaafad8f9.tar.gz
Juniper Networks vendor ID in RADIUS dissector, from Hannes Gredler.
svn path=/trunk/; revision=3516
-rw-r--r--AUTHORS1
-rw-r--r--packet-radius.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 634a475dd3..381d059653 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -590,6 +590,7 @@ Michal Melerowicz <Michal.Melerowicz@nokia.com> {
Hannes Gredler <hannes@juniper.net> {
OSI network layer over PPP support
Many ISIS enhancements
+ Juniper Networks vendor ID in RADIUS dissector
}
Inoue <inoue@ainet.or.jp> {
diff --git a/packet-radius.c b/packet-radius.c
index 8dc4ea1ce7..08d3434a17 100644
--- a/packet-radius.c
+++ b/packet-radius.c
@@ -2,7 +2,7 @@
* Routines for RADIUS packet disassembly
* Copyright 1999 Johan Feyaerts
*
- * $Id: packet-radius.c,v 1.28 2001/03/13 21:34:23 gram Exp $
+ * $Id: packet-radius.c,v 1.29 2001/06/05 21:21:38 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -210,6 +210,7 @@ static value_string radius_vendor_specific_vendors[]=
{429,"3Com"},
{529,"Ascend"},
{1584,"Bay Networks"},
+{2636,"Juniper Networks"},
{0,NULL}};
static value_string radius_framed_protocol_vals[]=