User Tools

Site Tools


pom:helper:tcp

Differences

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

Link to this comparison view

Next revision
Previous revision
pom:helper:tcp [2012/10/12 08:57] – external edit 127.0.0.1pom:helper:tcp [2020/05/26 21:59] (current) – external edit 127.0.0.1
Line 2: Line 2:
 This helper provide TCP reassembly and reordering. It means that it will buffer packets that are received out of order and pass the in the right order to the rule processor. This helper provide TCP reassembly and reordering. It means that it will buffer packets that are received out of order and pass the in the right order to the rule processor.
 This way, the targets or any subsequent match don't have to care about the order of TCP packets since this helper ensure that packets are in the right order and not duplicate. This way, the targets or any subsequent match don't have to care about the order of TCP packets since this helper ensure that packets are in the right order and not duplicate.
-This helper has two parameters : 
  
-  * pkt_timeout +Parameters : 
-This parameter specifies the number of seconds to wait between out of order packets.\\ +^ Name ^ Default value ^ Description ^ 
-Default : 30 seconds +|pkt_timeout|30|Number of seconds to wait between out of order packets.| 
- +|conn_buffer|64|Maximum amount of data in KBytes that will be saved by connection while waiting for a missing packet. If the limit is reached, the missing packet is ignored and the rest of the packets are processed.| 
-  * conn_buffer +|fill_gaps|yes|Specifies if helper_tcp should try to fill gaps of missing packets. If set to yes, it will generate packets with zero filled payload.|
-This parameter specifies the maximum amount of data that will be saved by connection while waiting for a missing packet. If the limit is reached, the missing packet is ignored and the rest of the packets are processed.\\ +
-Default : 64 Kbytes +
- +
-  * fill_gaps +
-This parameter specifies if helper_tcp should try to fill gaps of missing packets. If set to yes, it will generate packets with zero filled payload.\\ +
-Default : yes+
  
pom/helper/tcp.1350032227.txt.gz · Last modified: 2020/05/26 21:59 (external edit)