I'm no longer actively maintaining this project, get in touch if you're interested in taking it over.
ruby-pcap is a ruby extension to LBL libpcap (Packet Capture library). This library also includes classes to access TCP/IP header.
gem install ruby-pcap
- ruby-1.9.3 or higher
- May work with older ruby version but not being tested
- libpcap (http://www.tcpdump.org/)
See the documentation under the directory 'doc'. Directory 'examples' contains some simple scripts.
Masaki Fukushima [email protected]
ruby-pcap is copyrighted free software by Masaki Fukushima.
You can redistribute it and/or modify it under the terms of the GPL (GNU GENERAL PUBLIC LICENSE). See COPYING file about GPL.
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. See the GPL for more details.