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
|
Source: ruby-pcaprub
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 9),
gem2deb,
libpcap-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-pcaprub.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-pcaprub.git
Homepage: https://github.com/pcaprub/pcaprub
XS-Ruby-Versions: all
Package: ruby-pcaprub
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Ruby bindings for LBL Packet Capture library (libpcap)
libpcap (Packet CAPture) provides a portable framework for low-level
network monitoring. Applications include network statistics collection,
security monitoring, network debugging, etc.
.
pcaprub provide a consistent interface for using libcap in Ruby.
.
It does not provide packet processing functionality, only the interface for
capturing packets, and passing yielding those packets.
|