You are here: Elements > Decoder Script Reference > RECOGNIZER

RECOGNIZER

RECOGNIZER identifies a Frame Recognizer for the protocol. This Frame Recognizer will be called only if the protocol is the lowest in the current stack. This makes it safe to define a recognizer for a protocol that could appear at different layers in different stacks. In short, you can define a Frame Recognizer for a protocol and be sure that the protocol analyzer will use it only if and when appropriate.