aboutsummaryrefslogtreecommitdiffstats
path: root/radius/dictionary.foundry
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-25 01:44:13 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-25 01:44:13 +0000
commit7f15e33b4efc60c890f5627a7d7cca19c54cb9d7 (patch)
treefed47809be3d778f72568c9c1ac43d15286358f5 /radius/dictionary.foundry
parent52a3047cdf8134d5f8fde14520b6a8154ad704c8 (diff)
An Attribute Name with a '.' (Foundry-MAC-Authent-needs-802.1x) causes an access violation.
Change '802.1x' to '802-1x' in 2 places temporarily until I get a chance to see what's going on. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37386 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'radius/dictionary.foundry')
-rw-r--r--radius/dictionary.foundry6
1 files changed, 4 insertions, 2 deletions
diff --git a/radius/dictionary.foundry b/radius/dictionary.foundry
index 839431d77b..eb942cb871 100644
--- a/radius/dictionary.foundry
+++ b/radius/dictionary.foundry
@@ -16,8 +16,10 @@ ATTRIBUTE Foundry-Command-String 2 string
ATTRIBUTE Foundry-Command-Exception-Flag 3 integer
ATTRIBUTE Foundry-INM-Privilege 4 integer
ATTRIBUTE Foundry-Access-List 5 string
-ATTRIBUTE Foundry-MAC-Authent-needs-802.1x 6 integer
-ATTRIBUTE Foundry-802.1x-Valid-Lookup 7 integer
+##ATTRIBUTE Foundry-MAC-Authent-needs-802.1x 6 integer ## 802.1x causes access violation ??
+##ATTRIBUTE Foundry-802.1x-Valid-Lookup 7 integer ## 802.1x causes access violation ??
+ATTRIBUTE Foundry-MAC-Authent-needs-802-1x 6 integer ## use 802-1x until issue resolved
+ATTRIBUTE Foundry-802-1x-Valid-Lookup 7 integer ## use 802-1x until issue resolved
ATTRIBUTE Foundry-MAC-Based-Vlan-QoS 8 integer
ATTRIBUTE Foundry-INM-Role-Aor-List 9 string