From c251362d31756c6815f5c17b8d0d80bc6c285053 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 10 May 2013 16:35:57 +0200 Subject: man: trafgen: update documentation for hex, bin forms Also update examples for the man-page. Signed-off-by: Daniel Borkmann --- trafgen.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trafgen.8') 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" -- cgit v1.2.3-54-g00ecf