Syntax:
@protocol(PROTOCOL_ID)
Arguments:
PROTOCOL_ID | Unique ID of the protocol for which to test. |
Returns:
True if the data frame contains the specified protocol, else false.
Example:
The following example tests for the presence of the Server Message
Block (SMB) protocol in a data frame:
@protocol(SMB)