Description:
This method formats the field as a 16 byte Universally Unique Identifier (UUID). Also called Globally Unique Identifier (GUID). An error will be displayed if UUID is used with fields that are not exactly 16 bytes in size.
The display format is (where 0x represents a hex digit):
0x0x0x0x-0x0x-0x0x-0x0x-0x0x0x0x0x0x
When the UUID's are transmitted in little-endian format of the DCE/RPC specification, the byte order is changed. To display UUID's in this format, use the optional parameter. The optional parameter is set to default value of 0. The default value is used in all the regular cases. (See the first example statement below.) in order to use the little-endian display, pass an integer parameter value greater than zero. (See the second example statement below.) When this format is used, the 16 bytes are displayed in this order:
03020100-0504-0706-0809-101112131415
Parameters:
|
[Optional] |
Int |
"Does this use the DCE/RPC little-endian NDR?" |
|
Example:
Field uuid (Fixed 16) (UUID) IN_SUMMARY "UUID" "UUID"
Field uuid_dcerpc_littleendian (Fixed 16) (UUID 1) IN_SUMMARY "UUID" "UUID" HIST_DATA_ ORDER