IOCTL_NDISRD_GET_PACKET_FILTERS
This IOCTL sets
packet filter table into the driver.
| Input
Buffer
|
_STATIC_FILTER_TABLE
|
| Input Buffer
Size
|
Variable, depends of
number of entries in the table
|
| Output Buffer
|
_STATIC_FILTER_TABLE
|
| Output Buffer
Size
|
Variable, depends of
number of entries in the table
|
Remarks:
You should allocate
STATIC_FILTER_TABLE structure large enough to fit the
one loaded into WinpkFilter driver. You can get the number of
entries in the STATIC_FILTER_TABLE.m_TableSize using the
GetPacketFilterTableSize API call.
|