Introduction to Filter Drivers

The RT-TCP/IP Filter driver is an extensible interface between the RT-TCP/IP Protocol Stack and the network interface card (NIC) driver. This interface is modified to provide the user the ability to filter all packets at the MAC layer and to send MAC packets directly to the NIC driver.

 

 

The RT-TCP/IP Filter driver is based on RT-TCP/IP's proprietary driver interface, which is  broken down into two function sets: the Real-Time Network (RTN) functions and the Real-Time Network Device (RTND) functions. These function sets require the RTX64 SDK.

RT-TCP/IP Filter drivers are written as RTDLLs that are explicitly linked with the RT-TCP/IP Protocol Stack on an as-needed basis. The RT-TCP/IP Stack uses the information set through the Control Panel to determine which RTDLL to load.

Related topics: