Processing Method Inputs

Input

Construct

Comment

abFieldHasData(field)

#define

a macro that indicates whether or not the data for the given field is present in the ai64Field array.

abytLayer

UCHAR*

byte array that holds the undecoded data for the current layer.

ai64Field

Aint64&

an array of field values for the current layer

aisizbitField

Aint&

an array that holds the size of each decoded field in the current layer

bCurrentFieldHasData

 bool

true if the value of the current field is contained in the i64CurrentField and false otherwise

bHostDataOrder

bool

true if the bytes of the current field are designated as being in host data-order and false if they are in network data-order

evnFrameNumber

int64

holds the frame number of the frame currently being decoded

iDrf

int

contains meta-information about the frame that was not transmitted but collected by Frontline hardware and firmware. The meaning of these bits varies by analyzer and is subject to change.

i64CurrentField

int64

holds the value retrieved for the current field if that value is 64 bits or less in size

i64FieldValue

  int64

holds the value that is propagated through a series of Retrieval Methods

iFieldSize

int

holds the size of i64FieldValue as it is propagated through a series of Retrieval Methods

ifrmofsbitLayerEnd

int

contains the offset within the frame of the last bit of the current layer

ifrmofsbitLayerStart

int

holds the bit offset of the current layer within the frame

ifrmofsbytLayerStart

int

holds the byte offset of the current layer within the frame

iofsbitCurrentField

int

holds the bit offset of the start of the current field

iofsbitFieldStart()

#define

provides the bit offset of each decoded field

inbytAvailableLayer

int

contains the number of data bytes that have been stored for the current layer

inbytFullLayer

int

holds the original full length, in bytes, of the current protocol layer

inbytTruncated

int

holds the number of bytes truncated in the current layer

isizbitCurrentField

int

contains the size of the current field, that is the value returned by the Size Method for the field

iStream

int

holds the index of the current data stream