StoreIntraframeField

Description:

StoreIntraframeField method saves the value of the current field for the duration of the current frame. This makes the field's value available to other layers within the frame (i.e. other decoders used in the frame). When the decoding of the frame is finished, the value is cleared prior to decoding the next frame. You can store as many fields as you wish, provided you use a different name for each one.

The method doesn't take a parameter, but you do need to specify a name to store the value under. The syntax is:

RETRIEVE (StoreIntraframeField intra_frame_data_name).

Parameters:

[Required]

StaticName

"Intra-frame data name"


Example:

FIELD src_addr (Fixed 4 Byte) RETRIEVE (StoreIntraframeField source_ip_address) (IPAddress) IN_ SUMMARY Source "Source Address" TAG (Tag "Addr:IP:Src")