diff options
author | Hisao Tanabe <xtanabe@gmail.com> | 2016-06-22 01:20:35 +0900 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-06-22 09:28:13 +0200 |
commit | b0230ce4b1cdfce252a6a04873098f911af5e104 (patch) | |
tree | eff8a21e33e208fb36dc0471ad86ec2ef04f4647 /netsniff-ng.8 | |
parent | 4bf0e7f3cf5d376747b3888a19c676655ff3ce39 (diff) |
man: netsniff-ng: Fix usage example description
Fix the input device name that is used in the description of the usage
example.
Signed-off-by: Hisao Tanabe <xtanabe@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'netsniff-ng.8')
-rw-r--r-- | netsniff-ng.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netsniff-ng.8 b/netsniff-ng.8 index 1da50c0..b6758a5 100644 --- a/netsniff-ng.8 +++ b/netsniff-ng.8 @@ -317,7 +317,7 @@ netsniff-ng and NIC IRQ affinity to CPU 0. The default pcap magic type is 0xa1b2c3d4 (tcpdump-capable pcap). .PP .SS netsniff-ng --in vlan0 --out dump.pcap -c -u `id -u bob` -g `id -g bob` -Capture network traffic on device wlan0 into a pcap file called dump.pcap +Capture network traffic on device vlan0 into a pcap file called dump.pcap by using normal read(2), write(2) I/O for the pcap file (slower but less latency). Also, after setting up the RX_RING for capture, drop privileges from root to the user and group \[lq]bob\[rq]. Invoke the packet dissector and print |