Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

bpf_hdr Struct Reference
[Packet.dll definitions and data structures]

Packet header. More...

#include <Packet32.h>


Data Fields

timeval bh_tstamp
UINT bh_caplen
UINT bh_datalen
 Original length of packet.

USHORT bh_hdrlen
timeval bh_tstamp
bpf_u_int32 bh_caplen
bpf_u_int32 bh_datalen
u_short bh_hdrlen


Detailed Description

Packet header.

This structure defines the header associated with every packet delivered to the application.

Definition at line 162 of file Packet32.h.


Field Documentation

bpf_u_int32 bh_caplen
 

Definition at line 64 of file Pcap-win32.c.

UINT bh_caplen
 

Length of captured portion. The captured portion can be different from 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 165 of file Packet32.h.

Referenced by NPF_Read(), and NPF_tap().

bpf_u_int32 bh_datalen
 

Definition at line 65 of file Pcap-win32.c.

UINT bh_datalen
 

Original length of packet.

Definition at line 168 of file Packet32.h.

u_short bh_hdrlen
 

Definition at line 66 of file Pcap-win32.c.

USHORT bh_hdrlen
 

Length of bpf header (this struct plus alignment padding). In some cases, a padding could be added between the end of this structure and the packet data for performance reasons. This filed can be used to retrieve the actual data of the packet.

Definition at line 169 of file Packet32.h.

struct timeval bh_tstamp
 

Definition at line 63 of file Pcap-win32.c.

struct timeval bh_tstamp
 

The timestamp associated with the captured packet. It is stored in a TimeVal structure.

Definition at line 163 of file Packet32.h.


The documentation for this struct was generated from the following files:

documentation. Copyright (c) 2002-2003 Politecnico di Torino. All rights reserved.