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
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
> 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