This file is indexed.

/usr/share/wireshark/dtds/watcherinfo.dtd is in libwireshark-data 1.10.6-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
<? wireshark:protocol
   proto_name="watcherinfo"
   description="watcherinfo XML doc (RFC 3858)"
   hierarchy="yes" ?>
<!--
$Id$
-->


<!ELEMENT watcherinfo (watcher-list)* >
<!ATTLIST watcherinfo xmlns CDATA #IMPLIED
                      version CDATA #REQUIRED
                      state CDATA #REQUIRED>

<!ELEMENT watcher-list (watcher?)* >
<!ATTLIST watcher-list resource CDATA #REQUIRED
                       package CDATA #REQUIRED>

<!ELEMENT watcher (#PCDATA)>
<!ATTLIST watcher    display-name        CDATA #IMPLIED
                     status              CDATA #REQUIRED
                     event               CDATA #REQUIRED
                     expiration          CDATA #IMPLIED
                     id                  CDATA #REQUIRED
                     duration-subscribed CDATA #IMPLIED>