WinPcap 4.1.3
|
Contains a NDIS packet. More...
#include <Packet.h>
Data Fields | |
LIST_ENTRY | ListElement |
Used to handle lists of packets. More... | |
PIRP | Irp |
Irp that performed the request. More... | |
PMDL | pMdl |
MDL mapping the buffer of the packet. More... | |
BOOLEAN | FreeBufAfterWrite |
ULONG | Cpu |
The CPU on which the packet was pulled out of the linked list of free packets. More... | |
Contains a NDIS packet.
The driver uses this structure to wrap a NDIS_PACKET structure. This allows to handle correctly the callback structure of NdisTransferData(), handling multiple requests and maintaining information about the IRPs to complete.
ULONG Cpu |
BOOLEAN FreeBufAfterWrite |
documentation. Copyright (c) 2002-2005 Politecnico di Torino. Copyright (c) 2005-2010
CACE Technologies. Copyright (c) 2010-2013
Riverbed Technology. All rights reserved.