Sniffing LPT Traffic
- by ArcherT
I need to intercept LPT output traffic. After a couple of hours of research, I've come to understand that the only way to do this is by writing a kernel-mode driver, more precisely a "filter driver"...?
I've downloaded the WDK, but the terminology and vast number of driver types is a little overwhelming.
I'm basically trying to understand what…