summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-04-11 13:38:18 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-04-11 13:38:18 +0200
commit9cebb41568453f544bdfc3ccc6c5d12de34a4c7f (patch)
treeed706dc46fd7df41d0bca7e3b999d4fe4a1e2ff2
parent4d2756a3227e5789fae612717a880a41e9358749 (diff)
man: netsniff-ng: Do some wordsmithing
Fix wording and phrasing in some of the usage examples. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--man/netsniff-ng.810
1 files changed, 5 insertions, 5 deletions
diff --git a/man/netsniff-ng.8 b/man/netsniff-ng.8
index a36cf23..1d7b95b 100644
--- a/man/netsniff-ng.8
+++ b/man/netsniff-ng.8
@@ -244,7 +244,7 @@ file header.
.SS netsniff-ng --in eth0 --out eth1 --silent --bind-cpu 0 --type host -r
Redirect network traffic from the networking device eth0 to eth1 for traffic
-that is destined to our host, thus ignore broadcast, multicast and promiscuous
+that is destined for our host, thus ignore broadcast, multicast and promiscuous
traffic. Randomize the order of packets for the outgoing device and do not
print any packet contents to the terminal. Also, pin the process and NIC IRQ
affinity to CPU 0.
@@ -267,16 +267,16 @@ packet contents to the terminal for further analysis.
Capture from all available networking interfaces and install a low-level
filter that was previously compiled by bpfc(8) into http.bpf in order to
filter HTTP traffic. Enable super jumbo frame support and only print
-human readable packet data to the terminal, be also more verbose during
-setup phase. Moreover, dump BPF disassembly from http.bpf.
+human readable packet data to the terminal, and also be more verbose during
+setup phase. Moreover, dump a BPF disassembly of http.bpf.
.SS netsniff-ng --in dump.pcap --out dump.cfg --silent
Convert the pcap file dump.pcap into a trafgen(8) configuration file dump.cfg.
Do not print pcap contents to the terminal.
.SS netsniff-ng -i dump.pcap -f beacon.bpf -o -
-Convert the pcap file dump.pcap into a trafgen(8) configuration file to
-stdout. However, do not dump all of its content, but only the one that
+Convert the pcap file dump.pcap into a trafgen(8) configuration file and write
+it to stdout. However, do not dump all of its content, but only the one that
passes the low-level filter for raw 802.11 from beacon.bpf. The BPF engine
here is invoked in user space inside of netsniff-ng, so Linux extensions
are not available.