_STATIC_FILTER_TABLE

struct _STATIC_FILTER_TABLE
{
 	unsigned long m_TableSize;
 	STATIC_FILTER m_StaticFilters[ANY_SIZE];
};

m_TableSize
Number of the STATIC_FILTER elements in m_StaticFilters array.

m_StaticFilters
Array of STATIC_FILTER structures. Filters are applied to the packets in the order of this array, e.g. m_StaticFilters[0] is applied first and if it matches the packet other filters are not checked.