Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ithinuel/pcap-rs

Legacy PCAP file parser.
https://github.com/ithinuel/pcap-rs

Last synced: 10 days ago
JSON representation

Legacy PCAP file parser.

Awesome Lists containing this project

README

        

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Build Status](https://travis-ci.org/ithinuel/pcap-rs.svg?branch=master)](https://travis-ci.org/ithinuel/pcap-rs)
[![Coverage Status](https://coveralls.io/repos/ithinuel/pcap-rs/badge.svg?branch=master)](https://coveralls.io/r/ithinuel/pcap-rs?branch=master)
[![Crates.io Version](https://img.shields.io/crates/v/pcap-rs.svg)](https://crates.io/crates/pcap-rs)

This is a parser for legacy pcap file generated with `dumpcap` or `wireshark`.

This crate is powered by [`nom`](https://github.com/Geal/nom).

# License :

This crate is licensed under the terms of the MIT license.