AW: How to Decode UDP packets got from libpcap using Net::Pcap

2010-05-05 Thread Thomas Bätzler
perl asked: > > I have used libpcap to capture data using Net::Pcap module [...] > This is an UDP DNS Query How can i Decode them ... Any one Please > help me http://www.net-dns.org/docs/Net/DNS/Packet.html HTH, Thomas -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additiona

Re: How to Decode UDP packets got from libpcap using Net::Pcap

2010-05-05 Thread Uri Guttman
please paste your code properly. this was wrapped to hell and back by something you did. it even looked like it was quoted from another email. make sure you do a clean cut/paste of your code in posts to this list. uri -- Uri Guttman -- u...@stemsystems.com http://www.sysarch.co

How to Decode UDP packets got from libpcap using Net::Pcap

2010-05-05 Thread perl
> I have used libpcap to capture data using Net::Pcap module ... and now > ... i have been stuck with decoding... here is the code that i have > used http://cpansearch.perl.org/src/SAPER/Net-Pcap-0.16/eg/pcapdump > #!/usr/bin/perl use strict; use Data::Hexdumper; use File::Basename; > use Getopt::L