#include <Packet32.h>
| Data Fields | |
| timeval | ts | 
| Time stamp of the packet. | |
| UINT | caplen | 
| UINT | len | 
| Length of the original packet (off wire). | |
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 162 of file Packet32.h.
| 
 | 
| Length of captured portion. The captured portion can smaller than the the original packet, because it is possible (with a proper filter) to instruct the driver to capture only a portion of the packets. Definition at line 164 of file Packet32.h. | 
| 
 | 
| Length of the original packet (off wire). 
 Definition at line 167 of file Packet32.h. | 
| 
 | 
| Time stamp of the packet. 
 Definition at line 163 of file Packet32.h. | 
 documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.
documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.