File: control

package info (click to toggle)
libnet-rawip-perl 0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 456 kB
  • ctags: 161
  • sloc: perl: 1,290; ansic: 740; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download
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
Source: libnet-rawip-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christian Hammers <ch@debian.org>,
           Jose Luis Rivas <ghostbar38@gmail.com>
Section: perl
Priority: extra
Build-Depends: debhelper (>= 9.20120312~),
               perl,
               libpcap-dev,
               libtest-pod-perl,
               libtest-pod-coverage-perl,
               libtest-perl-critic-perl,
               libproc-processtable-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-rawip-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-rawip-perl.git
Homepage: https://metacpan.org/release/Net-RawIP/

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.