LanHeader class

The LanHeader class represents the section of data in frame that occurs between the initial 24-byte section of information and the packet data. This data contains general information about the frame.

Use the LanHeader class to parse and print the information in the LanHeader. The kind of information contained by the LanHeader includes:

LanHeader also provides two methods that enable you to return a formatted String that contains the following:

Javadoc reference documentation

For more information about the LanHeader class, see the following Javadoc reference documentation:

LanHeader