Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

thoughtpolice/network-data-conduit

Repository files navigation

A conduit for parsing network frames

network-data-conduit provides a Conduit that allows you to parse ByteStrings into network data structures like IPv4/6, UDP, TCP and IP headers.

See also: pcap-conduit provides a simple Source you can use to capture such data from pcap files or live network interfaces.

travis-ci.org results: Build Status

Installation

It's just a cabal install away on Hackage:

$ cabal install network-data-conduit

Join in

File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/thoughtpolice/network-data-conduit.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/network-data-conduit.git

Authors

See AUTHORS.txt.

License

BSD3. See LICENSE.txt for terms of copyright and redistribution.

About

A conduit for parsing data into TCP/IP/UDP headers and frames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published