User Tools

Site Tools


pom:target:display

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
pom:target:display [2012/10/12 08:57] – external edit 127.0.0.1pom:target:display [2020/05/26 21:59] (current) – external edit 127.0.0.1
Line 5: Line 5:
 In this mode, informations about packet headers will be displayed. Here are the parameters  of this target : In this mode, informations about packet headers will be displayed. Here are the parameters  of this target :
  
-  * skip +Parameters: 
-Number of headers to skip in the packet. For example, if you don't want to see the informations about the ethernet layer, set skip to 1.\\ +^ Name ^ Default value ^ Description ^ 
-Default : 0 +|skip|0|Number of headers to skip in the packet. For example, if you don't want to see the informations about the ethernet layer, set skip to 1.| 
- +|debug_level|3|Debug level used when outputting the informations.| 
-  * debug_level +|print_hex|no|Additionally to the header informations, target_display will show the packet content in hexadecimal.| 
-Debug level used when outputting the informations.\\ +|print_ascii|no|With this set to yes, a dump of printable characters found in the packet will be displayed.| 
-Default : 3 +|conntrack|no|If this is enabled, the target will save connection tracking informations for each connection. With this, you'll see all the packets of each connection. Not only the packets in a single direction.|
- +
-  * print_hex +
-Additionally to the header informations, target_display will show the packet content in hexadecimal.\\ +
-Default : no +
- +
-  * print_ascii +
-With this set to yes, a dump of printable characters found in the packet will be displayed.\\ +
-Default : no +
- +
-  * conntrack +
-If this is enabled, the target will save connection tracking informations for each connection. With this, you'll see all the packets of each connection. Not only the packets in a single direction.\\ +
-Default : no+
  
 ==== Mode connection ==== ==== Mode connection ====
 In this mode, target_display will only show header information once for each new connection. It only has the parameter skip which behaves exactly like above. In this mode, target_display will only show header information once for each new connection. It only has the parameter skip which behaves exactly like above.
  
pom/target/display.1350032225.txt.gz · Last modified: 2020/05/26 21:59 (external edit)