streaming-pcap: Stream packets via libpcap.

[ bsd3, library, web ] [ Propose Tags ]

Stream packets via libpcap.


[Skip to Readme]

Modules

[Index]

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 base (>=4.7 && <5), bytestring, pcap (>=0.4 && <0.5), streaming (>=0.2 && <0.3) [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-02-24T02:15:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2064 total (11 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-02-24 [all 1 reports]

Readme for streaming-pcap-1.0.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.