IOCTL_NDISRD_SET_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
|
None
|
| Output Buffer
Size
|
0
|
Remarks:
You should allocate
and initialize STATIC_FILTER_TABLE structure before passing iot to
the driver. STATIC_FILTER_TABLE.m_TableSize should be set to number
of entries in STATIC_FILTER_TABLE.m_StaticFilters. Filters are
applied in their order m_StaticFilters array. Only one table
can be loaded into the WinpkFilter driver.
|