Search results for "module:Net::PCap"
Net::Pcap - Interface to the pcap(3) LBL packet capture library
"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 ...
CORION/Net-Pcap-0.21 - 19 Jan 2023 07:10:30 UTC
Net::Pcap::FindDevice - find the "best" network device for sniffing
CORION/Sniffer-HTTP-0.28
-
20 Oct 2022 18:56:52 UTC
Net::Inspect::L2::Pcap - get packets from PCAP
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 UTC
Net::SinFP3::Input::Pcap - get input objects from a pcap file
Go to http://www.metabrik.org/sinfp3/ to know more....
GOMOR/Net-SinFP3-1.24 - 21 Jul 2018 14:55:25 UTC
Net::Pcap::Reassemble - IP fragment reassembly for Net::Pcap
This 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 UTC
Net::SinFP3::Output::Pcap - writes frames to a pcap file
Go to http://www.metabrik.org/sinfp3/ to know more....
GOMOR/Net-SinFP3-1.24 - 21 Jul 2018 14:55:25 UTC
Net::Nmsg - Perl extension for the NMSG message interchange library
Net::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 UTC
Net::PcapUtils - Utility routines for Net::Pcap module
Net::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 UTC
Net::PcapWriter - simple creation of pcap files from code
With 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.725 - 24 Aug 2023 05:18:25 UTC
Net::P0f - Perl wrapper for the P0f utility
This 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 UTC
Net::Ncap - Perl extension for the ncap(3) network data capture library.
Net::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 UTC
Net::Inspect - library for inspection of data on various network layers
The 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 UTC
Net::RawIP - Perl extension to manipulate raw IP packets with interface to libpcap
This 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 UTC
Net::Arping - Ping remote host by ARP packets
The 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
Net::Tshark - Interface for the tshark network capture utility
A module that uses the command-line tshark utility to capture packets, parse the output, and format the results as perl hash-like structures. CONSTRUCTOR $tshark = Net::Tshark->new() Returns a newly created "Net::Tshark" object. METHODS $tshark->star...
ZBLAIR/Net-Tshark-0.04 - 25 Sep 2012 04:13:15 UTC
Net::Packet - a framework to easily send and receive frames from layer 2 to layer 7
This module is a unified framework to craft, send and receive packets at layers 2, 3, 4 and 7. Basically, you forge each layer of a frame (Net::Packet::IPv4 for layer 3, Net::Packet::TCP for layer 4; for example), and pack all of this into a Net::Pac...
GOMOR/Net-Packet-3.28 - 15 Feb 2015 16:50:43 UTC
Net::LibNIDS - Perl extension for reassembly of TCP/IP streams using the libnids package
The workflow of using libnids is to set all parameters, then call init, set up a callback then run....
EDECA/Net-LibNIDS-0.14 - 21 Mar 2014 23:01:19 UTC
Net::Analysis - Modules for analysing network traffic
I wanted a batch version of Ethereal in Perl, so I could: * sift through parsed protocols with structured filters * write custom reports that mixed events from multiple protocols So here it is. Net::Analysis is a stack of protocol handlers that emit,...
WORRALL/Net-Analysis-0.41 - 10 Apr 2010 13:12:58 UTC