wireshark/radius/dictionary.riverstone
Guy Harris 36a91d3747 Copy over some comment-and-whitespace-only changes from FreeRADIUS.
This adds copyright notices and makes other cleanups.

Change-Id: I5975b563dffd704a336160d08efde42203c81676
Reviewed-on: https://code.wireshark.org/review/21795
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-29 21:55:55 +00:00

44 lines
1.1 KiB
Text

# -*- text -*-
# Copyright (C) 2015 The FreeRADIUS Server project and contributors
##############################################################################
#
# Riverstone Networks' RADIUS VSAs
# *** For RapidOS Versions 9.1 and above ONLY ***
#
# $Id: e4e5655bbc9cf5854c1c716d64bef23bb3b7c5c3 $
#
##############################################################################
VENDOR Riverstone 5567
#
# Riverstone-Command
#
# This attribute is sent in Accounting-Requests, and contains text
# from the admin's CLI session.
#
BEGIN-VENDOR Riverstone
ATTRIBUTE Riverstone-Command 1 string
#
# This attribute is sent in Accounting-Requests, as a duplicate
# of syslog for system event messages.
#
ATTRIBUTE Riverstone-System-Event 2 string
#
# This attribute is sent in Accounting-Requests, to log changes
# made via SNMP.
#
ATTRIBUTE Riverstone-SNMP-Config-Change 3 string
#
# This attribute should be sent in Access-Accept packets, to set
# the privilege level. It MUST be sent when the device is operating
# in Mult-User Access mode.
#
ATTRIBUTE Riverstone-User-Level 4 integer
END-VENDOR Riverstone