/usr/share/wireshark/radius/dictionary.riverstone is in libwireshark-data 1.6.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | # -*- text -*-
##############################################################################
#
# Riverstone Networks' RADIUS VSAs
# *** For RapidOS Versions 9.1 and above ONLY ***
#
# $Id: dictionary.riverstone 28946 2009-07-06 12:39:58Z wmeier $
#
##############################################################################
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
|