Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

_ADAPTER Struct Reference
[Definitions and data structuresDefinitions and data structures]

Describes a network adapter. More...

#include <LibnetNT.h>

List of all members.

Public Attributes

HANDLE hFile
TCHAR SymbolicLink [MAX_LINK_NAME_LENGTH]
int NumWrites
 on the wire.
HANDLE ReadEvent
UINT ReadTimeOut
 ReadEvent will be signaled, also if no packets were captured.
CHAR SymbolicLink [MAX_LINK_NAME_LENGTH]
CHAR Name [ADAPTER_NAME_LENGTH]
PWAN_ADAPTER pWanAdapter
UINT Flags
 Adapter's flags. Tell if this adapter must be treated in a different way, using the Netmon API or the dagc API.


Detailed Description

Describes a network adapter.

This structure is the most important for the functioning of packet.dll, but the great part of its fields should be ignored by the user, since the library offers functions that avoid to cope with low-level parameters

Definition at line 21 of file LibnetNT.h.


Member Data Documentation

UINT _ADAPTER::Flags
 

Adapter's flags. Tell if this adapter must be treated in a different way, using the Netmon API or the dagc API.

Definition at line 272 of file Packet32.h.

HANDLE _ADAPTER::hFile
 

Definition at line 256 of file Packet32.h.

CHAR _ADAPTER::Name[ADAPTER_NAME_LENGTH]
 

Definition at line 270 of file Packet32.h.

int _ADAPTER::NumWrites
 

on the wire.

Definition at line 258 of file Packet32.h.

PWAN_ADAPTER _ADAPTER::pWanAdapter
 

Definition at line 271 of file Packet32.h.

HANDLE _ADAPTER::ReadEvent
 

A notification event associated with the read calls on the adapter. It can be passed to standard Win32 functions (like WaitForSingleObject or WaitForMultipleObjects) to wait until the driver's buffer contains some data. It is particularly useful in GUI applications that need to wait concurrently on several events. In Windows NT/2000 the PacketSetMinToCopy() function can be used to define the minimum amount of data in the kernel buffer that will cause the event to be signalled.

Definition at line 260 of file Packet32.h.

UINT _ADAPTER::ReadTimeOut
 

ReadEvent will be signaled, also if no packets were captured.

Definition at line 268 of file Packet32.h.

CHAR _ADAPTER::SymbolicLink[MAX_LINK_NAME_LENGTH]
 

Definition at line 257 of file Packet32.h.

TCHAR _ADAPTER::SymbolicLink
 

Definition at line 161 of file PACKET32.H.


The documentation for this struct was generated from the following files:
Generated on Sun May 14 14:51:30 2006 by  doxygen 1.4.2