Format::
byte_test:<num of bytes>, [!]<operator>, <test value>, <offset> [,relative] \
- [,<endian>][, string, <num type>][, dce][, bitmask <bitmask value>];
+ [,<endian>][, string, <num type>][, dce];
+----------------+------------------------------------------------------------------------------+
+----------------+------------------------------------------------------------------------------+
| [dce] | Allow the DCE module determine the byte order |
+----------------+------------------------------------------------------------------------------+
-| [bitmask] | Applies the AND operator on the bytes converted |
-+----------------+------------------------------------------------------------------------------+
Example::
byte_jump:<num of bytes>, <offset> [, relative][, multiplier <mult_value>] \
[, <endian>][, string, <num_type>][, align][, from_beginning][, from_end] \
- [, post_offset <value>][, dce][, bitmask <value>];
+ [, post_offset <value>][, dce];
+-----------------------+-----------------------------------------------------------------------+
| <num of bytes> | The number of bytes selected from the packet to be converted |
+-----------------------+-----------------------------------------------------------------------+
| [dce] | Allow the DCE module determine the byte order |
+-----------------------+-----------------------------------------------------------------------+
-| [bitmask] <value> | The AND operator will be applied by <value> and the |
-| | converted bytes, then jump operation is performed |
-+-----------------------+-----------------------------------------------------------------------+
Example::