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 31 32 33 34
|
Source: libnet-frame-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
libmodule-build-perl
Build-Depends-Indep: perl,
libbit-vector-perl,
libclass-gomor-perl,
libnet-ipv6addr-perl,
perl (>= 5.23.0) | libsocket-perl (>= 2.019)
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-frame-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-frame-perl.git
Homepage: https://metacpan.org/release/Net-Frame
Package: libnet-frame-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libbit-vector-perl,
libclass-gomor-perl,
libnet-ipv6addr-perl,
perl (>= 5.23.0) | libsocket-perl (>= 2.019)
Recommends: libnet-frame-device-perl
Description: framework for crafting raw frames
Net::Frame is a Perl framework for crafting raw frames (Layers 2 through 7).
Out of the box, it can be used to produce ARP, Ethernet, IPv4, PPP, TCP and
UDP frames. It has an extensible design for new frame implementations.
.
This module only creates frames; Net::Write (see libnet-write-perl) can be
used to write frames directly to wire.
|