diff options
-rw-r--r-- | trafgen.8 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -234,8 +234,8 @@ Packet content can be of the following: string: "hello world" shellcode: "\\x31\\xdb\\x8d\\x43\\x17\\x99\\xcd\\x80\\x31\\xc9" .PP -Thus, a quite useless packet packet configuration might look like this (one can -verify this when running this with trafgen in combination with \-V): +Thus, a quite useless packet configuration might look like this (one can verify +this when running this with trafgen in combination with \-V): .PP { 0xca, 42, 0b11110000, 011, 'a', "hello world", "\\x31\\xdb\\x8d\\x43\\x17\\x99\\xcd\\x80\\x31\\xc9" } |