#include <LibnetNT.h>
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. |
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.
|
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. |
|
Definition at line 256 of file Packet32.h. |
|
Definition at line 270 of file Packet32.h. |
|
on the wire.
Definition at line 258 of file Packet32.h. |
|
Definition at line 271 of file Packet32.h. |
|
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. |
|
ReadEvent will be signaled, also if no packets were captured.
Definition at line 268 of file Packet32.h. |
|
Definition at line 257 of file Packet32.h. |
|
Definition at line 161 of file PACKET32.H. |