summaryrefslogtreecommitdiff
path: root/trafgen.8
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-10 16:35:57 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-10 16:35:57 +0200
commitc251362d31756c6815f5c17b8d0d80bc6c285053 (patch)
tree07f99c2495f65d1e4f5072bfb4db03a4248d8cb5 /trafgen.8
parent87683f08c709b00cd26ff0903f91a66f934a14db (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.84
1 files changed, 2 insertions, 2 deletions
diff --git a/trafgen.8 b/trafgen.8
index 6ead20c..30638aa 100644
--- a/trafgen.8
+++ b/trafgen.8
@@ -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"