Tagged Questions

2
votes
1answer
62 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.
1
vote
3answers
835 views

linux to windows C++ byte array

I have to replicate the following Java functionality in C++ to get data from Linux to Windows. Is Winsock2 the best way to go?. Also, any reference code to suggest? TIA, B import ...