Description
Conduit <-> libpcap.
Description
Provides a conduit source for reading from pcap files or live network devices.
README.md
Conduit <-> Pcap
pcap-conduit
lets you use the Conduit package to iterate over network data, using the libpcap
API. It allows you to stream in both offline pcap dump files and live network interfaces into a conduit Source
.
travis-ci.org results:
Installation
It's just a cabal install
away:
$ cabal install pcap-conduit
Join in
File bugs in the GitHub issue tracker.
Master git repository:
git clone https://github.com/thoughtpolice/pcap-conduit.git
There's also a BitBucket mirror:
git clone https://bitbucket.org/thoughtpolice/pcap-conduit.git
Authors
See AUTHORS.txt.
License
BSD3. See LICENSE.txt for terms of copyright and redistribution.