1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libnet-frame-layer-icmpv6-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libbit-vector-perl <!nocheck>,
libnet-frame-perl <!nocheck>,
perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-frame-layer-icmpv6-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-frame-layer-icmpv6-perl.git
Homepage: https://metacpan.org/release/Net-Frame-Layer-ICMPv6
Package: libnet-frame-layer-icmpv6-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libbit-vector-perl,
libnet-frame-perl
Description: module for encoding and decoding of the ICMPv6 layer
Net::Frame::Layer::ICMPv6 implements the encoding and decoding of the ICMPv6
layer.
.
This module helps to create and decode ICMPv6 packets as well as compute the
packet checksum and extract the values of the protocol fields allowing them to
be easily manipulated.
.
See also Net::Frame::Layer for other attributes and methods.
|