diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
commit | a86c5f7cae7ec9a3398300555a0b644689d946a1 (patch) | |
tree | 39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /resources/protocols/radius/dictionary.smartsharesystems | |
parent | Releasing progress-linux version 4.2.6-1~progress7.99u1. (diff) | |
download | wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/protocols/radius/dictionary.smartsharesystems')
-rw-r--r-- | resources/protocols/radius/dictionary.smartsharesystems | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.smartsharesystems b/resources/protocols/radius/dictionary.smartsharesystems new file mode 100644 index 00000000..aa9fcee2 --- /dev/null +++ b/resources/protocols/radius/dictionary.smartsharesystems @@ -0,0 +1,33 @@ +# -*- text -*- +# SPDX-License-Identifier: CC-BY-4.0 +# Copyright (C) 2023 SmartShare Systems +# +# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0 +# +# Please contact SmartShare Systems directly if you need a copy under a different license. +# +# Version $Id: f955337d31c1bea1ccf84946678d3070b5a006a6 $ + +############################################################################## +# +# SmartShare Systems Vendor-Specific Attributes +# dictionary.smartsharesystems +# https://www.smartsharesystems.com/ +# +############################################################################## + +VENDOR SmartShareSystems 30585 + +BEGIN-VENDOR SmartShareSystems + +# The globally unique identity (e.g. hardware serial number) of the Proxy (instance) forwarding the packet, +# in ASCII format (upper case only). +ATTRIBUTE SSS-Proxy-Id 2 string + +# The FQDN (Fully Qualified Domain Name) of the Proxy (cluster) forwarding the packet. +ATTRIBUTE SSS-Proxy-Identifier 3 string + +# Location of the Proxy (cluster) forwarding the packet, in free form UTF-8 format. +ATTRIBUTE SSS-Proxy-Location 4 string + +END-VENDOR SmartShareSystems |