streaming-pcap: Stream packets via libpcap.

[ bsd3, library, web ] [ Propose Tags ]

Stream packets via libpcap. Requires libpcap to be installed.


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • Pcap
      • Network.Pcap.Streaming
        • Network.Pcap.Streaming.Internal

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
Change log CHANGELOG.md
Dependencies attoparsec (>=0.13 && <0.15), base (>=4.8 && <5), bytestring, pcap (>=0.4 && <0.5), resourcet (>=1.2 && <1.3), streaming (>=0.1 && <0.3), streaming-attoparsec (>=1.0 && <1.1), streaming-bytestring (>=0.1.7 && <0.4) [details]
License BSD-3-Clause
Copyright 2018 - 2023 Colin Woodbury
Author Colin Woodbury
Maintainer colin@fosskers.ca
Category Web
Home page https://github.com/fosskers/streaming-pcap
Uploaded by fosskers at 2023-06-21T00:39:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2058 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-06-21 [all 2 reports]

Readme for streaming-pcap-1.1.2

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