Net::Frame::Dump::Writer(3pm) | User Contributed Perl Documentation | Net::Frame::Dump::Writer(3pm) |
Net::Frame::Dump::Writer - tcpdump like implementation, writer mode
use Net::Frame::Dump::Writer; my $oDump = Net::Frame::Dump::Writer->new( file => 'new-file.pcap', firstLayer => 'ETH', ); $oDump->start; $oDump->write({ timestamp => '10.10', raw => ('A' x 14) }); $oDump->stop;
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.
The following are inherited attributes:
Net::Frame::Dump
Patrice <GomoR> Auffret
Copyright (c) 2006-2018, Patrice <GomoR> Auffret
You may distribute this module under the terms of the Artistic license. See LICENSE.Artistic file in the source distribution archive.
2018-06-21 | perl v5.26.2 |