Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fosskers/streaming-pcap
Stream packets via libpcap.
https://github.com/fosskers/streaming-pcap
haskell pcap streaming
Last synced: 2 months ago
JSON representation
Stream packets via libpcap.
- Host: GitHub
- URL: https://github.com/fosskers/streaming-pcap
- Owner: fosskers
- License: bsd-3-clause
- Created: 2018-02-24T01:37:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T00:40:16.000Z (over 1 year ago)
- Last Synced: 2024-10-11T22:25:07.492Z (3 months ago)
- Topics: haskell, pcap, streaming
- Language: Haskell
- Size: 897 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `streaming-pcap`
A streaming interface to the [pcap](http://hackage.haskell.org/package/pcap-0.4.5.2)
Haskell library, which itself is a binding to *libpcap*. Humbly adapted from
[pcap-conduit](http://hackage.haskell.org/package/pcap-conduit) by Austin Seipp.