postmodern / pcap-ffi

Ruby FFI bindings for libpcap

This URL has Read+Write access

name age message
file .gitignore Fri May 01 16:14:35 -0700 2009 Initial commit. [postmodern]
file History.txt Fri May 01 16:14:35 -0700 2009 Initial commit. [postmodern]
file Manifest.txt Sat Jun 13 18:18:56 -0700 2009 Renamed lib/pcap_ffi to lib/pcap-ffi. * This m... [postmodern]
file README.txt Fri May 01 16:14:35 -0700 2009 Initial commit. [postmodern]
file Rakefile Sat Jun 13 18:18:56 -0700 2009 Renamed lib/pcap_ffi to lib/pcap-ffi. * This m... [postmodern]
file VERSION Wed May 27 14:02:08 -0700 2009 Version bump to 0.0.0 [postmodern]
directory examples/ Sat Jun 13 18:23:12 -0700 2009 Updated the example. [postmodern]
directory lib/ Sat Jun 13 18:18:56 -0700 2009 Renamed lib/pcap_ffi to lib/pcap-ffi. * This m... [postmodern]
file pcap-ffi.gemspec Thu Jun 04 17:49:25 -0700 2009 Added shared examples for live pcap handlers. [postmodern]
directory spec/ Sat Jun 13 18:18:56 -0700 2009 Renamed lib/pcap_ffi to lib/pcap-ffi. * This m... [postmodern]
directory tasks/ Mon May 25 15:12:14 -0700 2009 Added the RSpec test suit. [postmodern]
README.txt
= pcap-ffi

* http://github.com/postmodern/pcap-ffi/
* Postmodern (postmodern.mod3 at gmail.com)

== DESCRIPTION:

Ruby FFI bindings for libpcap.

== FEATURES:

== EXAMPLES:

== INSTALL:

  $ sudo gem install pcap-ffi

== LICENSE:

The MIT License

Copyright (c) 2009 Hal Brodigan

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.