diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-02-23 14:11:57 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-03-02 12:05:35 +0100 |
commit | 814902086268083d4d024853027fdc99b345ebf9 (patch) | |
tree | 4417d3bf45863ea1547f0ff11c6c4094dd68bfd2 /mausezahn.8 | |
parent | 0b3d76f37f260013603432d3cfe67ea244418ceb (diff) |
mz: Allow to print packet types by '-t help'
Changed to print packet types by '-t help' earlier before mz will try to
identify link device to bind.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
[tklauser: whitespace cleanup and minor commit message adjustments]
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'mausezahn.8')
-rw-r--r-- | mausezahn.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mausezahn.8 b/mausezahn.8 index 24e829e..d6b7065 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -126,7 +126,7 @@ corresponding IP address automatically. Use specified destination IP address (default is broadcast i.e. 255.255.255.255). As with the source address (see above) you can also specify a range or a DNS name. .PP -.SS -t <packet-type> +.SS -t <packet-type [help] | help> 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 |