MacAddress

Description:

This method formats a 6 byte field as a MAC Address. An error will be displayed if MacAddress is used with fields that are not 6 bytes in size. The format is 00:01:02:03:04:05, where each digit is a hex digit. Note that this method honors the host/network data order setting.

The "OUI table" parameter specifies a table with OUI identifiers in it. If an identifier is found, it will be used in place of the first 3 digits. This means that if you use the MacAddress method, you must have an OUI table specified in the decoder.

Parameters:

[Required]

Table

"OUI table"


Example:

FIELD dest_mac_address (Fixed 6 Bytes) (MacAddress oui) "Destination Address"