Could someone provide a good documentation / tutorial/ PDFs/ reference to book link about Net::Pcap
in addtion to the module documentation and
this Perl and Net::Pcap article on PerlMonks?
views:
285answers:
2
+3
A:
See Chapter 2 materials for Programming the Network with Perl. See also an example included in the distribution.
Sinan Ünür
2009-12-02 17:59:53
A:
If you just want a callback for every TCP/UDP/etc. packet matching a filter, you might find Net::Pcap::Easy more convenient. You can man tcpdump
for documentation on libpcap filter strings.
rjh
2010-05-01 06:52:57