Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ADDRESSTABLE
-
2006年12月05日
The ADDRESSTABLE structure contains a table of address pairs.
typedef struct _ADDRESSTABLE {
DWORD nAddressPairs;
DWORD nNonMacAddressPairs;
ADDRESSPAIR AddressPair[MAX_ADDRESS_PAIRS];
} ADDRESSTABLE,
*LPADDRESSTABLE;
Members
- nAddressPairs
Number of address pairs in the AddressPair array. - nNonMacAddressPairs
Number of non-MAC address pairs. - AddressPair
Array of address pairs. Note that you may only store up to eight address pairs per ADDRESSTABLE structure.
Remarks
Use this structure as part of the capture filter construction process. For more information about implementing this structure, see Capture Filters.
Requirements
Client
Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server
Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Header
Declared in Netmon.h.