pcap-conduit: Conduit <-> libpcap

[ bsd3, development, library, network ] [ Propose Tags ]

Provides a conduit source for reading from pcap files or live network devices.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=3 && <5), bytestring, conduit, pcap, transformers [details]
License BSD-3-Clause
Author Austin Seipp <mad.one@gmail.com>
Maintainer Austin Seipp <mad.one@gmail.com>
Category Network, Development
Home page http://github.com/thoughtpolice/pcap-conduit
Bug tracker https://github.com/thoughtpolice/pcap-conduit/issues
Source repo head: git clone https://github.com/thoughtpolice/pcap-conduit.git
Uploaded by AustinSeipp at 2012-08-08T03:10:00Z
Distributions NixOS:0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1314 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for pcap-conduit-0.1

[back to package description]

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: Build Status

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.