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
|
Source: libnet-rawip-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 (= 13),
libpcap-dev,
libproc-processtable-perl <!nocheck>,
libtest-perl-critic-perl <!nocheck>,
libtest-pod-coverage-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-rawip-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-rawip-perl.git
Homepage: https://metacpan.org/release/Net-RawIP
Rules-Requires-Root: no
Package: libnet-rawip-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl interface to lowlevel TCP/IP
Net::RawIP gives you the ability to create and manipulate arbitrary IP
packages and fiddle around with every bit in the protocol header.
.
This module is useful if you want to implement a "traceroute" or "ping" in
PERL or you just want to learn about TCP/IP protocol suite but are afraid of
the C language.
|