This helper will reassemble IPv4 fragments and put them in a single packet. It will then pass this new packet to the rule process for analysis. This way, layers above IPv4 don't have to care about this special case.
Parameter :
Name | Default value | Description |
---|---|---|
frag_timeout | 60 | Seconds to wait between fragments of the same packets. If the delay between two fragments is longer than this, the whole packet is discarded. |