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