summaryrefslogtreecommitdiff
path: root/trafgen.8
diff options
context:
space:
mode:
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"