Skip to content

mawise/ruby-pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Pcap

ruby-pcap is a ruby interface for libpcap (Packet Capture library). This library also includes classes to access packet headers.

##Installation

###Requirements:

###Compile:

If ruby supports dynamic link of extension module on your OS, following commands will install ruby-pcap.

  gem build pcap.gemspec
  sudo gem install pcap*.gem

Tests:

  ruby test/test_pcap.rb

Usage

See the documentation under the directory 'doc'. Directory 'examples' contains some simple scripts.

Author

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.

Releases

No releases published

Packages

No packages published