Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ithinuel/pcap-rs
- Owner: ithinuel
- License: mit
- Created: 2017-04-14T23:01:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T08:58:23.000Z (over 3 years ago)
- Last Synced: 2024-10-09T07:13:01.286Z (28 days ago)
- Language: Rust
- Homepage: https://crates.io/crates/pcap-rs
- Size: 30.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.