I have a program that sends a set of TCP SYN packets to a host (using raw sockets) and uses libpcap (with a filter) to obtain the responses. I\'m trying to impl
libpcap
This seem to be an issue with libpcap using memory mapping under Linux. Please see my other question for details.