This shows you the differences between two versions of the page.
pom:target:dump_payload [2012/10/12 08:57] 127.0.0.1 external edit |
pom:target:dump_payload [2012/10/12 09:16] (current) 2001:7e8:2221:600:9471:feff:febb:91f7 |
||
---|---|---|---|
Line 2: | Line 2: | ||
This target dumps the payload of the matched packets. Each connection will be dumped into separate files. | This target dumps the payload of the matched packets. Each connection will be dumped into separate files. | ||
- | This target has the following parameters : | ||
- | * prefix | + | Parameters: |
- | Prefix of the files including the path. For example, a prefix of '/tmp/dump' will create files in /tmp and named dump-XXXXXXXX. The prefix supports variable expansion. See [[tips_and_tricks#file_path_expansion|File path expansion]] for more details.\\ | + | ^ Name ^ Default value ^ Description ^ |
- | Default : dump | + | |prefix|dump|Prefix of the files including the path. For example, a prefix of '/tmp/dump' will create files in /tmp and named dump-XXXXXXXX. The prefix supports variable expansion. See [[tips_and_tricks#file_path_expansion|File path expansion]] for more details.| |
+ | |markdir|no|If this is set, each packet received will be prepended by < or > depending it's direction.| | ||
- | * markdir | ||
- | If this is set, each packet received will be prepended by < or > depending it's direction.\\ | ||
- | Default : no |