|
Input |
Construct |
Comment |
|
#define |
a macro that indicates whether or not the data for the given field is present in the ai64Field array. |
|
|
UCHAR* |
byte array that holds the undecoded data for the current layer. |
|
|
Aint64& |
an array of field values for the current layer |
|
|
Aint& |
an array that holds the size of each decoded field in the current layer |
|
|
bool |
true if the value of the current field is contained in the i64CurrentField and false otherwise |
|
|
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 |
|
|
bool |
holds true if the method is being called to produce output for the Summary pane and false for the Decode pane |
|
|
int64 |
holds the frame number of the frame currently being decoded |
|
|
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. |
|
|
int64 |
holds the value retrieved for the current field if that value is 64 bits or less in size |
|
|
int |
contains the offset within the frame of the last bit of the current layer |
|
|
int |
holds the bit offset of the current layer within the frame |
|
|
int |
holds the byte offset of the current layer within the frame |
|
|
int |
holds the bit offset of the start of the current field |
|
|
#define |
provides the bit offset of each decoded field |
|
|
int |
holds the offset of the byte corresponding to iofsbitCurrentPosition |
|
|
int |
contains the number of data bytes that have been stored for the current layer |
|
|
int |
holds the original full length, in bytes, of the current protocol layer |
|
|
int |
holds the number of bytes truncated in the current layer |
|
|
int |
contains the size of the current field, that is the value returned by the Size Method for the field |
|
|
int |
holds the index of the current data stream |