User Function - @protocol

Description:
This user function tests whether a trace record contains the protocol specified by the provided protocol ID.

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)


Copyright © 2000-2001 Golden Code Development Corporation.  ALL RIGHTS RESERVED.