#include <Packet.h>
Data Fields | |
PDEVICE_OBJECT | DeviceObject |
Adapter's device. More... | |
NDIS_HANDLE | NdisProtocolHandle |
NDIS handle of NPF. More... | |
NDIS_STRING | AdapterName |
Name of the adapter. More... | |
PWSTR | BindString |
Original device name of the adapter. More... | |
PWSTR | ExportString |
Name of the exported device, i.e. name that the applications will use to open this adapter through WinPcap. More... |
Structure containing some data relative to every adapter on which NPF is bound.
Definition at line 257 of file Packet.h.
|
Name of the adapter.
Definition at line 260 of file Packet.h. Referenced by createDevice, DriverEntry, NPF_Open, and NPF_Unload. |
|
Original device name of the adapter.
Definition at line 261 of file Packet.h. Referenced by createDevice, and DriverEntry. |
|
Adapter's device.
Definition at line 258 of file Packet.h. Referenced by createDevice, and DriverEntry. |
|
Name of the exported device, i.e. name that the applications will use to open this adapter through WinPcap.
Definition at line 262 of file Packet.h. Referenced by createDevice, and DriverEntry. |
|
NDIS handle of NPF.
Definition at line 259 of file Packet.h. Referenced by createDevice, DriverEntry, NPF_Open, and NPF_Unload. |
documentation. Copyright (c) 2002 Politecnico di Torino. All rights reserved.