Source: ruby-pcaprub Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jérémy Bobbio 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.