#include <rlp.h>
Data Fields | |
| Rlp_FlagType_t | RB |
| Rlp_FlagType_t | MF |
| Rlp_FlagType_t | DF |
There are three bits that can be checked, the Reserved Bit (RB), More Fragments (MF) bit, and the Don't Fragment (DF) bit.
This rule inspects the fragment and reserved bits in the IP header. There are three bits that can be checked, the Reserved Bit (RB), More Fragments (MF) bit, and the Don't Fragment (DF) bit.
These bits can be checked in a variety of combinations. Use the following values to indicate specific bits:
You can also use modifiers to indicate logical match criteria for the specified bits:
+ ALL flag, match on specified bits plus any others
alert tcp !$HOME_NET any -> $HOME_NET any (fragbits: R+; msg: "Reserved bit set!";)
Definition at line 556 of file rlp.h.