Main Page | Data Structures | Directories | File List | Data Fields | Globals

frame_t Struct Reference

This is the common part of the frame header. More...


Data Fields

uint16_t magic
 magic number (0xdaa1)
uint16_t size
 total frame size in bytes
uint16_t type
 frame type
uint16_t subtype
 frame subtype


Detailed Description

This is the common part of the frame header.

We synchronise by scanning a stream to look for the magic number (WAG_MAGIC). We can then tell the size and type of this frame, and pass over it if necessary.


Field Documentation

uint16_t frame_t::magic
 

magic number (0xdaa1)

uint16_t frame_t::size
 

total frame size in bytes

uint16_t frame_t::subtype
 

frame subtype

uint16_t frame_t::type
 

frame type


The documentation for this struct was generated from the following file:
Generated on Mon Feb 12 11:44:07 2007 for WAND Trace processing by  doxygen 1.4.2