FRAME
The FRAME structure is an actual frame from the driver.
typedef struct _FRAME {
__int64 TimeStamp;
DWORD FrameLength;
DWORD nBytesAvail;
BYTE MacFrame[];
} FRAME,
*LPFRAME,
*ULPFRAME;
Members
- TimeStamp
Elapsed time, in microseconds, between the start of the capture and the time when the frame was captured. - FrameLength
MAC frame length. - nBytesAvail
Actual frame length copied. - MacFrame
Frame data.
Requirements
Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
Header | Declared in Netmon.h. |