Popularity
3.6
Stable
Activity
0.0
Stable
2
3
0

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network     Development    
Latest version: v0.1

pcap-conduit alternatives and similar packages

Based on the "Development" category.
Alternatively, view pcap-conduit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of pcap-conduit or a related project?

Add another 'Development' Package

README

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 on Hackage:

$ 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.


*Note that all licence references and agreements mentioned in the pcap-conduit README section above are relevant to that project's source code only.