#!/usr/bin/perl use strict; use warnings; use Net::Frame::Simple; use Net::Frame::Layer::ICMPv6::Echo; my $echo = Net::Frame::Layer::ICMPv6::Echo->new( 'payload' => 'echo'); my $echoReq = Net::Frame::Simple->new( 'layers' => [$echo]); print $echoReq->print."\n";
In reply to Re: Simplest way to craft an icmpv6 echo packet
by Khen1950fx
in thread Simplest way to craft an icmpv6 echo packet
by ewhitt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |