aboutsummaryrefslogtreecommitdiffstats
path: root/radius/dictionary
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-04-02 19:05:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-04-02 19:05:52 +0000
commit83d130305368abba2ead291c03cb3a094836736b (patch)
tree2118266c77b80d5baa489b264d98dac5eafdadad /radius/dictionary
parenta92cd3fddd22c57bdf05cb24de6b29f35653abfe (diff)
From Naoyoshi Ueda:
Radius dissector enhancement to support WiMAX vendor specific attributes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3176 svn path=/trunk/; revision=27937
Diffstat (limited to 'radius/dictionary')
-rw-r--r--radius/dictionary12
1 files changed, 10 insertions, 2 deletions
diff --git a/radius/dictionary b/radius/dictionary
index 7e5c00e2d3..417c95025d 100644
--- a/radius/dictionary
+++ b/radius/dictionary
@@ -21,6 +21,13 @@
# ipv6addr - 16 octets in network byte order
# ipv6prefix - 18 octets in network byte order
# octets - raw octets, printed as hex strings
+# byte - one-octet unsigned integer
+# short - two-octet unsigned integer in network byte order
+# signed - 4-octet signed integer in network byte order.
+# combo-ip - if length 4, is the same as the "ipaddr" type.
+# if length 16, is the same as "ipv6addr" type.
+# tlv - encapsulated sub-attributes
+# i.e. Vendor-Specific -> WiMAX TLV -> WiMAX sub-tlv.
#
$INCLUDE dictionary.3com
@@ -86,8 +93,9 @@ $INCLUDE dictionary.xedia
$INCLUDE dictionary.ascend
# we do not support 16bit attribute codes yet
-# $INCLUDE dictionary.usr
-
+$INCLUDE dictionary.usr
+$INCLUDE dictionary.starent
+$INCLUDE dictionary.wimax
#
# The following are the proper new names. Use these.