This file is indexed.

/usr/include/ns3.17/ns3/applications-module.h is in libns3-dev 3.17+dfsg-1build1.

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
#ifdef NS3_MODULE_COMPILATION
# error "Do not include ns3 module aggregator headers from other modules; these are meant only for end user scripts."
#endif

#ifndef NS3_MODULE_APPLICATIONS
    

// Module headers:
#include "bulk-send-application.h"
#include "bulk-send-helper.h"
#include "on-off-helper.h"
#include "onoff-application.h"
#include "packet-loss-counter.h"
#include "packet-sink-helper.h"
#include "packet-sink.h"
#include "ping6-helper.h"
#include "ping6.h"
#include "radvd-interface.h"
#include "radvd-prefix.h"
#include "radvd.h"
#include "seq-ts-header.h"
#include "udp-client-server-helper.h"
#include "udp-client.h"
#include "udp-echo-client.h"
#include "udp-echo-helper.h"
#include "udp-echo-server.h"
#include "udp-server.h"
#include "udp-trace-client.h"
#include "v4ping-helper.h"
#include "v4ping.h"
#endif