dakrone / pcap-ffi forked from postmodern/pcap-ffi
- Source
- Commits
- Network (3)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
dakrone (author)
Wed Jun 10 22:00:28 -0700 2009
commit 20edee477c661e3c1e3ab369f1bd042a7e61be96
tree 6b2f3c4c9c1124dcbebefbe3c457260523d658a2
parent 0c4498f8c1cf37034c12cd93a33634fb0bfa0da5 parent 9998c26b505f9a276ba42d4754c8ff37809d25fe
tree 6b2f3c4c9c1124dcbebefbe3c457260523d658a2
parent 0c4498f8c1cf37034c12cd93a33634fb0bfa0da5 parent 9998c26b505f9a276ba42d4754c8ff37809d25fe
pcap-ffi /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri May 01 16:14:35 -0700 2009 | |
| |
History.txt | Fri May 01 16:14:35 -0700 2009 | |
| |
Manifest.txt | ||
| |
README.txt | Fri May 01 16:14:35 -0700 2009 | |
| |
Rakefile | ||
| |
VERSION | Wed May 27 14:02:08 -0700 2009 | |
| |
examples/ | ||
| |
lib/ | ||
| |
pcap-ffi.gemspec | ||
| |
spec/ | ||
| |
tasks/ | Mon May 25 15:12:14 -0700 2009 |
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.

