enum FragmentType

Type of IP fragment.

0
NOTFRAGMENTED
The entry matches no fragment at all.
Optional to support - Flag: if-feature FragmentTypeNotFragmented.
1
FRAGFIRST
The entry matches the first fragment.
Optional to support - Flag: if-feature FragmentTypeFragFirst.
2
FRAGLAST
The entry matches the last fragment.
Optional to support - Flag: if-feature FragmentTypeFragLast.
3
FRAGMENT
The entry matches all fragments. FO > 0 or MF != 0.

Optional to support - Flag: if-feature FragmentTypeFragment.
4
INITIAL
The entry matches complete (unfragmented) packets as well as initial fragments, FO==0.

Optional to support - Flag: if-feature FragmentTypeInitial.
5
NOTINITIAL
The entry matches non-initial fragments. FO>0.

Optional to support - Flag: if-feature FragmentTypeNotInitial.