From b0230ce4b1cdfce252a6a04873098f911af5e104 Mon Sep 17 00:00:00 2001 From: Hisao Tanabe Date: Wed, 22 Jun 2016 01:20:35 +0900 Subject: 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 Signed-off-by: Tobias Klauser --- netsniff-ng.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'netsniff-ng.8') 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 -- cgit v1.2.3-54-g00ecf