mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
ea54f3e013
git-svn-id: file:///home/svn/framework3/trunk@7343 4d416f70-5f16-0410-b530-b9f4589650da |
||
---|---|---|
.. | ||
extconf.rb | ||
LICENSE | ||
pcaprub.c | ||
README | ||
test_pcaprub.rb |
This goal of this project is to provide a consistent interface to LBL's libpcap packet capture library. This project was created because the currently available ruby-pcap library is poorly designed and has been unmaintained since 2000. This does not provide packet processing functionality, it simply provides the interface for capturing packets. For packet processing capability, see the PacketRub project (http://packetrub.rubyforge.org). Requirements: libpcap - http://www.tcpdump.org Build & Install: ruby extconf.rb && make && make install The latest version can be obtained from Subversion: svn checkout http://pcaprub.rubyforge.org/svn/trunk/ The Metasploit Project also provides a Subversion repository: svn checkout http://metasploit.com/svn/framework3/trunk/external/pcaprub/