RE: Query regarding pf_packet sockets

"Prashant Batra (prbatra)" <[email protected]>
Newsgroups gmane.linux.newbie
Message-ID <[email protected]>
Hi ,

I am trying to use PF_PACKET socket along with filters applied on the socket through setsockopt, SO_ATTACH_FILTER.
Now as I create this socket, any packet coming to the kernel would be copied into the socket buffer for this socket.

So, even if I apply the filter, first few packets would always be those which do not match the filter. 

Is there a way (some socket option),  to make socket passive and active, so that I will set the socket in passive mode after creation, 
and then set it as active, after I apply the filter, so that I only receive the filtered packet in user space.

Thanks,
Prashant
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.