I am beginning the development of a device driver for a virtual network
device. The driver will 'translate' apps I/O for the device into IP packets
and viceversa.
The driver must be able to do the following:
1) be alerted every time an IP address becomes active in the system
2) peek at incoming IP packets and process those related to the device
What type of driver is needed to to the above? My idea is a lower TCPIP
filter. Any advice?
Thanks in advance