2
votes
1answer
136 views

Linux OSI equivalent to Winsock2's LSP

I'm looking for Linux's OSI equivalent to Windows' winsock2 LSP. In particular I would like to filter application layer protocols and traffic in linux. Any information would greatly be appreciated.
2
votes
0answers
362 views

Communicating with a DLL

I have an LSP (Layered Service Provider) DLL, but once it's installed in the catalog, how to i communicate with it in my program? My LSP is based largely off of Microsoft's sample LSP. I was reading ...
0
votes
1answer
247 views

Where I can learn from scratch about windows Winsock LSP

I found only bits of information and not so for the beginners. I got the platform SDK example , I got the layered.zip from Microsoft , and got some article from the Microsoft web site (from 1999). ...