streaming-pcap: Stream packets via libpcap.

[ bsd3, library, web ] [ Propose Tags ]

Stream packets via libpcap.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.1.0, 1.1.1, 1.1.1.1, 1.1.2
Dependencies attoparsec (>=0.13 && <0.14), base (>=4.7 && <5), bytestring, pcap (>=0.4 && <0.5), streaming (>=0.1 && <0.3), streaming-bytestring (>=0.1 && <0.2), streaming-utils (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright 2018 Colin Woodbury
Author Colin Woodbury
Maintainer colingw@gmail.com
Category Web
Home page https://github.com/fosskers/streaming-pcap
Uploaded by fosskers at 2018-03-01T08:36:33Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2064 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-01 [all 1 reports]

Readme for streaming-pcap-1.1.0

[back to package description]

streaming-pcap

A streaming interface to the pcap Haskell library, which itself is a binding to libpcap. Humbly adapted from pcap-conduit by Austin Seipp.