This file is indexed.

/usr/include/ns3.27/ns3/uan-module.h is in libns3-dev 3.27+dfsg-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
#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_UAN
    

// Module headers:
#include "acoustic-modem-energy-model-helper.h"
#include "acoustic-modem-energy-model.h"
#include "uan-address.h"
#include "uan-channel.h"
#include "uan-header-common.h"
#include "uan-header-rc.h"
#include "uan-helper.h"
#include "uan-mac-aloha.h"
#include "uan-mac-cw.h"
#include "uan-mac-rc-gw.h"
#include "uan-mac-rc.h"
#include "uan-mac.h"
#include "uan-net-device.h"
#include "uan-noise-model-default.h"
#include "uan-noise-model.h"
#include "uan-phy-dual.h"
#include "uan-phy-gen.h"
#include "uan-phy.h"
#include "uan-prop-model-ideal.h"
#include "uan-prop-model-thorp.h"
#include "uan-prop-model.h"
#include "uan-transducer-hd.h"
#include "uan-transducer.h"
#include "uan-tx-mode.h"
#endif