diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2016-04-30 09:33:13 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-04-30 09:35:00 +0200 |
commit | 6f3886dcf06337eeb2a1f8cf72305778f7a95381 (patch) | |
tree | 44a102f69e1c22a50afbaaa40c0888df6b94a053 | |
parent | 8a02953bd666fb4b6437cfe272c321b0b6023848 (diff) |
man: mausezahn: Fix man warnings
Fix warnings such as the following, reported by lintian [1]:
usr/share/man/man8/mausezahn.8.gz 106: warning: macro `'own''' not defined
[1]
https://lintian.debian.org/maintainer/daniel.borkmann@alumni.ethz.ch.html#netsniff-ng
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | mausezahn.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mausezahn.8 b/mausezahn.8 index d6b7065..14523a7 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -103,7 +103,7 @@ higher layer packets the number of additional padding bytes are specified. .SS -a <src-mac|keyword> Use specified source MAC address with hexadecimal notation such as 00:00:aa:bb:cc:dd. By default the interface MAC address will be used. The keywords ''rand'' and -''own'' refer to a random MAC address (only unicast addresses are created) + ''own'' refer to a random MAC address (only unicast addresses are created) and the own address, respectively. You can also use the keywords mentioned below although broadcast-type source addresses are officially invalid. .PP @@ -111,7 +111,7 @@ below although broadcast-type source addresses are officially invalid. Use specified destination MAC address. By default, a broadcast is sent in raw layer 2 mode or to the destination hosts or gateway interface MAC address in normal (IP) mode. You can use the same keywords as mentioned above, as well as -''bc'' or ''bcast'', ''cisco'', and ''stp''. Please note that for the destination + ''bc'' or ''bcast'', ''cisco'', and ''stp''. Please note that for the destination MAC address the ''rand'' keyword is supported but creates a random address only once, even when you send multiple packets. .PP @@ -130,7 +130,7 @@ As with the source address (see above) you can also specify a range or a DNS nam Create the specified packet type using the built-in packet builder. Currently, supported packet types are: ''arp'', ''bpdu'', ''ip'', ''udp'', ''tcp'', ''rtp'', and ''dns''. Currently, there is also limited support for ''icmp''. Type -''\-t help'' to verify which packet builders your actual mausezahn version + ''\-t help'' to verify which packet builders your actual mausezahn version supports. Also, for any particular packet type, for example ''tcp'' type ''mausezahn \-t tcp help'' to receive a more in-depth context specific help. .PP |