This is destination IP filtering function.
“any”: Specify “any” to filter frames to
any target IP addresses.
“x.x.x.x”: Specify either a host IP
address.
Define destination IP mask.
“any”: Specify “any” to mean any IP
mask.
“255.255.0.0”: Specify a specific IP
mask.
Specify IP TTL bit.
“any”: Specify “any” to denote the
value which is either zero or not zero.
“0”: Specify “0” to indicate that the TTL
filed in IPv4 header is 0.
“1”: If the value in TTL field is not 0,
use “1” to indicate that.
Specify IP fragment bit.
“any”: Specify “any” to denote the
value which is either 0 or not 0.
“0”: Specify “0” to indicate that the
fragment filed in IPv4 header is 0.
“1”: If the value in TTL field is not 0,
use “1” to indicate that.
Specify IP option bit.
“any”: Specify “any” to denote the
value which is either 0 or not 0.
“1”: Specify “1” to indicate that the
IPv4 header is bigger than 5 bytes;
“0”: Specify “0” to indicate that the
IPv4 is 5 bytes.