/usr/share/wireshark/radius/dictionary.netscreen is in libwireshark-data 1.8.2-5wheezy18.
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 | # -*- text -*-
#
#	From:
#	http://www.netscreen.com/support/downloads/4.0_configuring_screenOS_for_NTdomain_v11.pdf
#
#	$Id: dictionary.netscreen 34995 2010-11-21 18:57:21Z wmeier $
#
VENDOR		Netscreen			3224
BEGIN-VENDOR	Netscreen
ATTRIBUTE	NS-Admin-Privilege			1	integer
ATTRIBUTE	NS-VSYS-Name				2	string
ATTRIBUTE	NS-User-Group				3	string
ATTRIBUTE	NS-Primary-DNS				4	ipaddr
ATTRIBUTE	NS-Secondary-DNS			5	ipaddr
ATTRIBUTE	NS-Primary-WINS				6	ipaddr
ATTRIBUTE	NS-Secondary-WINS			7	ipaddr
ATTRIBUTE	NS-NSM-User-Domain-Name			220	string
ATTRIBUTE	NS-NSM-User-Role-Mapping		221	string
#
#  Values VSYS-Admin and Read-Only-VSYS-Admin require a NS-VSYS-Name
#  attribute in the response packet.
#
VALUE	NS-Admin-Privilege		Root-Admin		1
VALUE	NS-Admin-Privilege		All-VSYS-Root-Admin	2
VALUE	NS-Admin-Privilege		VSYS-Admin		3
VALUE	NS-Admin-Privilege		Read-Only-Admin		4
VALUE	NS-Admin-Privilege		Read-Only-VSYS-Admin	5
END-VENDOR	Netscreen
 |