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

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

Network type structure. More...

#include <Packet32.h>


Data Fields

UINT LinkType
 The MAC of the current network adapter (see function PacketGetNetType() for more information).

UINT LinkSpeed
 The speed of the network in bits per second.


Detailed Description

Network type structure.

This structure is used by the PacketGetNetType() function to return information on the current adapter's type and speed.

Definition at line 98 of file Packet32.h.


Field Documentation

UINT LinkSpeed
 

The speed of the network in bits per second.

Definition at line 101 of file Packet32.h.

Referenced by PacketGetNetType().

UINT LinkType
 

The MAC of the current network adapter (see function PacketGetNetType() for more information).

Definition at line 100 of file Packet32.h.

Referenced by PacketGetNetType(), and pcap_open_live().


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

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