enum IpFragType

Type of fragmentation of packet.

1
FALSE
Matching only non-fragmented packets
2
FIRST
Matching only first fragment packets
3
FALSE_OR_FIRST
Matching non-fragmented packets or first fragment packets
4
NOT_FIRST
Matching only non-first fragment packets
5
TRUE
Matching any fragmented packets