On Wed, May 05, 2010 at 04:53:57PM -0700, mpapet wrote: > Package: nfqueue-bindings-perl > Version: 0.3-1 > Severity: important > > I tried following the example at > http://www.wzdftpd.net/blog/index.php?2008/06/01/22-nfqueue-bindings and > using UDP instead. > > It fails. > > I can't open a bug/get support either at your blog or the source site. > > Is this TCP only, or is there an issue? >
Hi, Library works perfectly with UDP, problem seems to be on your side: # iptables -A OUTPUT -p udp --dport 53 -j NFQUEUE --queue-num 0 # python2.6 examples/example.py open bind setting callback creating queue trying to run python callback called ! 42 payload len 60 proto: 17 source: 192.168.1.21 dest: 192.168.1.1 Note the proto: 17 which is indeed UDP. Regards, Pierre -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

