Home > guile-pcap

guile-pcap

Guile-pcap is a project mainly written in SHELL and C, based on the GPL-2.0 license.

Guile bindings to libpcap

Guile-pcap: Guile bindings to libpcap

This module provides a set of Guile procedures for interfacing to libpcap.

The home of this package is http://homepages.inf.ed.ac.uk/s0343920/free-software.html

Suggestions, bug reports, and general complaints should go to me, Dave Lambert, at [email protected].

Installation


See the file INSTALL for generic installation help.

I have only tested guile-pcap with Guile 1.6.2 and 1.6.4.

You will, of course, require libpcap. I have used 0.7.1 and 0.8.3.

Usage

From Guile, just

 guile> (use-modules (net pcap))

And you now have access to all the (relevant) functions from pcap.h.