https://github.com/fosskers/streaming-pcap
Stream packets via libpcap.
https://github.com/fosskers/streaming-pcap
haskell pcap streaming
Last synced: 8 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 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T00:40:16.000Z (over 2 years ago)
- Last Synced: 2025-05-23T04:43:54.631Z (9 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.