Fix files that had Gilbert's old e-mail address or that didn't have my
[obnox/wireshark/wip.git] / README.tru64
1
2 The following instructions are applicable to Tru64 UNIX 
3 (formerly Digital UNIX (formerly DEC OSF/1)) version 3.2 and 4.0.
4
5
6 In order to use kernel packet filtering on this system, you have
7 to configure it in such a way : 
8
9 Kernel configuration
10 --------------------
11
12 The packet filtering kernel option must be enabled at kernel
13 installation. If it was not the case, you can rebuild the kernel
14 after adding the following line in the kernel configuration file
15 (/sys/conf/<HOSTNAME>):
16
17 option PACKETFILTER
18
19 Device configuration
20 --------------------
21
22 Devices used for packet filtering must be created thanks to
23 the following command (executed in the /dev directory):
24
25 ./MAKEDEV pfilt
26
27 Interface configuration
28 -----------------------
29
30 In order to capture all packets on a network, you may want to
31 enable the promiscuous mode of the interface thanks to the
32 pfconfig(1) command:
33
34 pfconfig <network_device> +c +p
35
36
37 Note: all instructions given require root privileges.