This file is indexed.

/usr/share/wireshark/radius/dictionary.roaringpenguin is in libwireshark-data 2.4.5-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
# -*- text -*-
# Copyright (C) 2015 The FreeRADIUS Server project and contributors
##############################################################################
#
#	Roaring Penguin attributes
#
#	$Id: 294a4573a69d7a09272a91141c8af4bf17d8db59 $
#
##############################################################################

VENDOR		Roaring-Penguin			10055

BEGIN-VENDOR	Roaring-Penguin

# Upstream speed limit in kb/s
ATTRIBUTE	RP-Upstream-Speed-Limit			1	integer
 # Downstream speed limit in kb/s
ATTRIBUTE	RP-Downstream-Speed-Limit		2	integer

# Send a HURL
ATTRIBUTE	RP-HURL					3	string

# Send a MOTM
ATTRIBUTE	RP-MOTM					4	string

# Maximum sessions per user
ATTRIBUTE	RP-Max-Sessions-Per-User		5	integer

END-VENDOR	Roaring-Penguin