diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/protocols/radius/dictionary.trapeze | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/protocols/radius/dictionary.trapeze')
-rw-r--r-- | resources/protocols/radius/dictionary.trapeze | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.trapeze b/resources/protocols/radius/dictionary.trapeze new file mode 100644 index 00000000..bd613a7d --- /dev/null +++ b/resources/protocols/radius/dictionary.trapeze @@ -0,0 +1,49 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +# +# dictionary.trapeze +# +# For use with FreeRadius and Trapeze/Juniper MSS software +# 1.1 or greater. +# +# Trapeze Networks has been acquired by Juniper in 2010. +# +# $Id: 343b8fed0d4f2638b1f2dea10097b8e65e37331a $ +# +# +VENDOR Trapeze 14525 + +# Attributes for MSS 1.1 and later + +BEGIN-VENDOR Trapeze + +ATTRIBUTE Trapeze-VLAN-Name 1 string +ATTRIBUTE Trapeze-Mobility-Profile 2 string +ATTRIBUTE Trapeze-Encryption-Type 3 string +ATTRIBUTE Trapeze-Time-Of-Day 4 string + +# New attributes for MSS 3.0 and later + +ATTRIBUTE Trapeze-SSID 5 string +ATTRIBUTE Trapeze-End-Date 6 string +ATTRIBUTE Trapeze-Start-Date 7 string +ATTRIBUTE Trapeze-URL 8 string + +# Additional attributes, not known when added +ATTRIBUTE Trapeze-User-Group-Name 9 string +ATTRIBUTE Trapeze-QoS-Profile 10 string +ATTRIBUTE Trapeze-Simultaneous-Logins 11 string +ATTRIBUTE Trapeze-CoA-Username 12 string + +# New attributes for MSS 8.0 and later +ATTRIBUTE Trapeze-Audit 13 string +ATTRIBUTE Trapeze-NMS-User-Group 14 string +ATTRIBUTE Trapeze-NMS-Platform-Local-User 15 string +ATTRIBUTE Trapeze-SIP-Call-Detail-Record 16 string +ATTRIBUTE Trapeze-SmartPass-Access-Control 17 string +ATTRIBUTE Trapeze-Device-Profile 18 string +ATTRIBUTE Trapeze-Device-Type 19 string +ATTRIBUTE Trapeze-Allowed-Devices 20 string +ATTRIBUTE Trapeze-Device-Group 21 string + +END-VENDOR Trapeze |