summaryrefslogtreecommitdiff
path: root/radius/dictionary.3com
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-07-07 17:52:03 +0000
committerBill Meier <wmeier@newsguy.com>2009-07-07 17:52:03 +0000
commit9ab444404fdc25ac85e7ae4ee9680bfda59e25ea (patch)
treed66958ba5286bda5b23be9748532f66b0ae5de9f /radius/dictionary.3com
parentfd6bcf67a753510606a8349ea871a29a829edd64 (diff)
downloadwireshark-9ab444404fdc25ac85e7ae4ee9680bfda59e25ea.tar.gz
Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 2:
Modified files w/o conflicts with current Wireshark radius dictionary files. svn path=/trunk/; revision=28996
Diffstat (limited to 'radius/dictionary.3com')
-rw-r--r--radius/dictionary.3com40
1 files changed, 35 insertions, 5 deletions
diff --git a/radius/dictionary.3com b/radius/dictionary.3com
index 4182689732..e7d6e9e3be 100644
--- a/radius/dictionary.3com
+++ b/radius/dictionary.3com
@@ -1,3 +1,4 @@
+# -*- text -*-
#
# 3com SuperStack Firewall dictionary
# Bought from Sonicwall, apparently, from Enterprise number 8741.
@@ -5,18 +6,47 @@
# $Id$
#
-VENDOR 3com 43
+VENDOR 3com 43
#
# These attributes contain the access-level value.
#
-ATTRIBUTE 3Com-User-Access-Level 1 integer 3com
+BEGIN-VENDOR 3com
+
+ATTRIBUTE 3Com-User-Access-Level 1 integer
+
+# Read-only access to basic network tools (ping, etc)
+VALUE 3Com-User-Access-Level 3Com-Visitor 0
# Read-only access to manageable (not security) parameters
-VALUE 3Com-User-Access-Level 3Com-Monitor 1
+VALUE 3Com-User-Access-Level 3Com-Monitor 1
# Read-write access to manageable (not security) parameters
-VALUE 3Com-User-Access-Level 3Com-Manager 2
+VALUE 3Com-User-Access-Level 3Com-Manager 2
# Read-write access to all manageable parameters
-VALUE 3Com-User-Access-Level 3Com-Administrator 3
+VALUE 3Com-User-Access-Level 3Com-Administrator 3
+
+ATTRIBUTE 3Com-VLAN-Name 2 string
+ATTRIBUTE 3Com-Mobility-Profile 3 string
+ATTRIBUTE 3Com-Encryption-Type 4 string
+ATTRIBUTE 3Com-Time-Of-Day 5 string
+ATTRIBUTE 3Com-SSID 6 string
+
+# String formatted as: YY/MM/DD-HH:MM
+# NOT as a "date" attribute!
+ATTRIBUTE 3Com-End-Date 7 string
+
+# Commented out, because the 3Com documentation
+# gives it the same number as End-Date, above.
+#ATTRIBUTE 3Com-Start-Date 7 string
+
+# URL where the user is redirected after WebAAA
+ATTRIBUTE 3Com-URL 8 string
+
+ATTRIBUTE 3Com-Connect_Id 26 integer
+ATTRIBUTE 3Com-NAS-Startup-Timestamp 59 integer
+ATTRIBUTE 3Com-Ip-Host-Addr 60 string
+ATTRIBUTE 3Com-Product-ID 255 string
+
+END-VENDOR 3com