Dump packet header. More...
#include <Packet32.h>
Public Attributes | |
UINT | caplen |
UINT | len |
Length of the original packet (off wire). More... | |
struct timeval | ts |
Time stamp of the packet. More... | |
Dump packet header.
This structure defines the header associated with the packets in a buffer to be used with PacketSendPackets(). It is simpler than the bpf_hdr, because it corresponds to the header associated by WinPcap and libpcap to a packet in a dump file. This makes straightforward sending WinPcap dump files to the network.
Definition at line 171 of file Packet32.h.