diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-10 16:35:57 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-10 16:35:57 +0200 |
commit | c251362d31756c6815f5c17b8d0d80bc6c285053 (patch) | |
tree | 07f99c2495f65d1e4f5072bfb4db03a4248d8cb5 /trafgen.8 | |
parent | 87683f08c709b00cd26ff0903f91a66f934a14db (diff) |
man: trafgen: update documentation for hex, bin forms
Also update examples for the man-page.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen.8')
-rw-r--r-- | trafgen.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -188,9 +188,9 @@ Packet content is delimited either by a comma or whitespace, or both: Packet content can be of the following: - hex bytes: 0xca + hex bytes: 0xca, xff decimal: 42 - binary: 0b11110000 + binary: 0b11110000, b11110000 octal: 011 character: 'a' string: "hello world" |