Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ahobson-pcap

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ahobson-pcap

  • 0.7.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source
  • Introduction

ruby-pcap is a ruby extension to LBL libpcap (Packet Capture library). This library also includes classes to access TCP/IP header.

  • Installation

Requirements:

  • ruby-1.4.x
  • libpcap (http://www.tcpdump.org/)

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.

  • Usage

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

  • Author

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

Package last updated on 11 Aug 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc