From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Subject: Re: Unable to receive data Netlinks sockets Date: Thu, 25 Mar 2004 11:10:11 +0100 Sender: netfilter-devel-admin@lists.netfilter.org Message-ID: <4062B003.9030206@eurodev.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: To: Swaroop Ashish , netfilter-devel@lists.netfilter.org In-Reply-To: Errors-To: netfilter-devel-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org Hi, Swaroop Ashish wrote: >Thanks Pablo, > > you're welcome. >I have already used libipq successfully, but I want to play around with >Netlink sockets now. I have a problem in recieving packets through >Netlink sockets. Any help on that will be really great :-) > > In that case, have a look at how libipq does and the netlink sockets overview: http://qos.ittc.ukans.edu/netlink/html/. This could help you out. BTW, I prefer recvfrom instead recvmsg as libipq does. regards, Pablo