Search results for "module:Net::Pcap"

Net::Tshark - Interface for the tshark network capture utility River stage zero No dependents

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 River stage zero No dependents

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 River stage one • 2 direct dependents • 2 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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

Net::Nmsg::IO - Net::Nmsg - Perl interface for the nmsg IO loop River stage zero No dependents

Net::Nmsg::IO is a perl interface to the IO manager of the nmsg network data capture library....

MSISK/Net-Nmsg-0.17 - 01 Mar 2017 16:51:07 UTC

Net::Sharktools - Use Wireshark's packet inspection capabilities in Perl River stage zero No dependents

"Net::Sharktools" is an adaptation of the Python interface provided with the "Sharktools" package which is a "small set of tools that allow use of Wireshark's deep packet inspection capabilities in interpreted programming languages." Sharktools can b...

NANIS/Net-Sharktools-0.009 - 04 Feb 2011 11:18:34 UTC

Win32::Net::Info - Win32 Network Adapter Interface River stage zero No dependents

Win32::Net::Info is a module to retrieve Windows interface adapter information (such as IP[v6] addresses, gateways, MAC, etc...). It is implemented with system functions such as "wmic", "netsh" and "arp". A better approach may be to use XS with "GetA...

VINSWORLD/Win32-Net-Info-1.00 - 06 Oct 2017 13:54:50 UTC

Net::Frame::Dump - base-class for a tcpdump like implementation River stage one • 4 direct dependents • 7 total dependents

Net::Frame::Dump is the base class for all dump modules. With them, you can open a device for live capture, for offline analysis, or for creating a pcap file. See Net::Frame::Dump::Offline, Net::Frame::Dump::Online, Net::Frame::Dump::Writer for speci...

GOMOR/Net-Frame-Dump-1.18 - 01 May 2020 08:57:42 UTC

Net::Nmsg::Input - Perl interface for nmsg inputs River stage zero No dependents

Net::Nmsg::Input is the base class of a set format-specific input classes which provide perl interfaces for the Net::Nmsg::XS::input extension....

MSISK/Net-Nmsg-0.17 - 01 Mar 2017 16:51:07 UTC

Net::Packet::Frame - object encapsulator for Net::Packet layers River stage zero No dependents

In Net::Packet, each sent and/or received frame is parsed and converted into a Net::Packet::Frame object. Basically, it encapsulates various layers (2, 3, 4 and 7) into an object, making it easy to get or set information about it. When you create a f...

GOMOR/Net-Packet-3.28 - 15 Feb 2015 16:50:43 UTC

Net::Packet::Dump - a tcpdump-like object providing frame capturing and more River stage zero No dependents

This module is the capturing part of Net::Packet framework. It is basically a tcpdump process. When a capture starts, the tcpdump process is forked, and saves all traffic to a .pcap file. The parent process can call next or nextAll to convert capture...

GOMOR/Net-Packet-3.28 - 15 Feb 2015 16:50:43 UTC

Net::Inspect::L3::IP - get raw IP packets, reassemble fragments River stage zero No dependents

Gets Raw-IP packets via "pktin" hook, extracts meta-data, reassembles fragmented packets and calls "pktin" hook on attached flows, once for each full packet. Provides the hooks required by "Net::Inspect::L2::Pcap". Usually "Net::Inspect::L4::TCP" or ...

SULLR/Net-Inspect-0.330 - 19 Jan 2018 18:25:59 UTC

Net::IMP::SessionLog - analyzer which only logs data River stage one • 1 direct dependent • 1 total dependent

"Net::IMP::SessionLog" implements an analyzer which logs the session data into a file. To be less burden to the connection it will initially return IMP_PREPASS with IMP_MAXOFFSET for both directions, which will cause all data to be forwarded before t...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::Connection::Sniffer - gather stats on network connections River stage zero No dependents

Net::Connection::Sniffer is a perl module to gather connection statistics by listening to ethernet traffic. Traffic is filtered using standard BPF notation as described in the "tcpdump" documentation and implemented using the standard "pcap" library ...

MIKER/Net-Connection-Sniffer-0.36 - 27 Jan 2014 22:28:23 UTC

Net::Analysis::EventLoop - generate a stream of packets River stage one • 1 direct dependent • 1 total dependent

This module provides the glue between the main dispatcher/listener stuff, and the underlying source of packets. It gets packets (currently via the NetPacket layer on top of Net::Pcap), turns them into Net::Analysis::Packets, and then dispatches them ...

WORRALL/Net-Analysis-0.41 - 10 Apr 2010 13:12:58 UTC

Net::Frame::Dump::Online - tcpdump like implementation, online mode River stage one • 4 direct dependents • 7 total dependents

This module implements a tcpdump-like program, for live capture from networks....

GOMOR/Net-Frame-Dump-1.18 - 01 May 2020 08:57:42 UTC

Net::Frame::Dump::Online2 - tcpdump like implementation, online mode and non-blocking River stage one • 4 direct dependents • 7 total dependents

This module implements a tcpdump-like program, for live capture from networks....

GOMOR/Net-Frame-Dump-1.18 - 01 May 2020 08:57:42 UTC

Net::Frame::Dump::Offline - tcpdump like implementation, offline mode River stage one • 4 direct dependents • 7 total dependents

This module implements a tcpdump-like program, for offline analysis....

GOMOR/Net-Frame-Dump-1.18 - 01 May 2020 08:57:42 UTC

Net::Frame::Dump::Writer - tcpdump like implementation, writer mode River stage one • 4 direct dependents • 7 total dependents

This module implements a pcap file builder. You will be able to create frames, then write them in the pcap file format to a file....

GOMOR/Net-Frame-Dump-1.18 - 01 May 2020 08:57:42 UTC

Net::Appliance::Logical::BlueCoat::SGOS - Perl extension for interaction with Bluecoat proxy devices River stage zero No dependents

This module is a simple way to interact with BlueCoat SG proxy servers....

HESCHONG/Net-Appliance-Logical-0.01 - 28 Jun 2007 13:43:50 UTC
40 results (0.038 seconds)