Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
ruby-pcap is a ruby extension to LBL libpcap (Packet Capture library). This library also includes classes to access TCP/IP header.
Requirements:
Compile:
If ruby supports dynamic link of extension module on your OS, following commands will install ruby-pcap.
ruby extconf.rb [options] make make install
You can specify options when you run 'ruby extconf.rb':
`--with-pcap-dir=PREFIX' Directory where libpcap is installed. Default is '/usr/local'.
If dynamic link isn't available, you can link ruby-pcap statically with ruby. Extract ruby-pcap under the directory 'ext' in ruby source tree, then build ruby.
See the documentation under the directory 'doc'. Directory 'examples' contains some simple scripts.
Masaki Fukushima fukusima@goto.info.waseda.ac.jp
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.
FAQs
Unknown package
We found that ahobson-pcap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.