"Net::Pcap" is a Perl binding to the LBL pcap(3) library and its Win32 counterpart, the WinPcap library. Pcap (packet capture) is a portable API to capture network packet: it allows applications to capture packets at link-layer, bypassing the normal ...
SAPER/Net-Pcap-0.18 - 15 May 2016 13:42:27 UTCCORION/Sniffer-HTTP-0.24 - 09 Nov 2016 22:13:16 UTC
Gets data from pcap via "pktin" method, extracts data and calls "pktin" hook once for each packet. Usually "pktin" is called directly and "Net::Inspect::L3::IP" is used as upper flow. Hooks provided: pktin($pcapdata,\%pcaphdr) Hooks called: pktin($da...
SULLR/Net-Inspect-0.330 - 19 Jan 2018 18:25:59 UTCGo to http://www.metabrik.org/sinfp3/ to know more....
GOMOR/Net-SinFP3-1.24 - 21 Jul 2018 14:55:25 UTCThis module performs reassembly of fragmented datagrams in libpcap packet capture data returned by the Net::Pcap "loop()" function. This module supports reassembly of IPv4 and IPv6 fragments....
JRAFTERY/Net-Pcap-Reassemble-0.05 - 14 May 2010 10:28:30 UTCGo to http://www.metabrik.org/sinfp3/ to know more....
GOMOR/Net-SinFP3-1.24 - 21 Jul 2018 14:55:25 UTCNet::PcapUtils is a module to sit in front of Net::Pcap in order to hide some of the pcap(3) initialisation by providing sensible defaults. This enables a programmer to easily write small, specific scripts for a particular purpose without having to w...
TIMPOTTER/Net-PcapUtils-0.01 - 08 Apr 1999 23:49:24 UTCWith Net::PcapWriter it is possible to create pcap files within a program without capturing any data. This is useful for setting up test data without setting up the needed infrastructure for data creation and capturing. The following methods are supp...
SULLR/Net-PcapWriter-0.724 - 01 Feb 2016 16:45:59 UTCNet::Nmsg is a perl binding to libnmsg, the reference implementation of the NMSG binary structured message interchange format. The NMSG documentation describes the format as: The NMSG format is an efficient encoding of typed, structured data into pay...
MSISK/Net-Nmsg-0.17 - 01 Mar 2017 16:51:07 UTCThis module (and its associated helper modules) is a Perl interface to the P0f utility. P0f is a passive operating system fingerprinting: it identifies the operating system of network devices by *passively* looking at specific patterns in their TCP/I...
SAPER/Net-P0f-0.02 - 03 Apr 2005 10:40:55 UTCNet::Ncap is a Perl binding to the ncap(3) network data capture library. The ncap documentation describes itself thusly: The ncap library is a high level interface for network data capture. The source of network data can be either live traffic or fil...
MSISK/Net-Ncap-1.01 - 03 Sep 2009 21:20:06 UTCThe idea of Net::Inspect is to plug various layers of network inspection together to analyze data. This is kind of what wireshark or IDS do, exept this is in perl and therefore slower to execute but faster to develop and maybe more flexibel too. One ...
SULLR/Net-Inspect-0.330 - 19 Jan 2018 18:25:59 UTCThis package provides a class which can be used for creating, manipulating and sending raw IP packets with optional features for manipulating Ethernet headers. Note: Ethernet related methods are implemented on Linux and *BSD only. As its name implies...
SAPER/Net-RawIP-0.25 - 29 Oct 2008 23:16:19 UTCThe module contains function for testing remote host reachability by sending ARP packets. The program must be run as root or be setuid to root. For compiling the module you need libnet library (http://www.packetfactory.net/libnet/dist/libnet.tar.gz) ...
RIIKI/Net-Arping-0.02 - 09 Aug 2002 11:39:23 UTC