diff options
-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" |