pcapforge-core

Crates.iopcapforge-core
lib.rspcapforge-core
version0.0.1
created_at2025-09-14 07:01:33.702938+00
updated_at2025-09-14 07:01:33.702938+00
descriptionFast packet capture processor and feature extractor - Core library
homepage
repositoryhttps://github.com/pcapforge/pcapforge
max_upload_size
id1838407
size146,730
(cknizek)

documentation

README

pcapforge-core

Fast packet capture processor and feature extractor written in Rust.

This is the open-source core library. For advanced features, see the pcapforge package.

Features

  • Support for both pcap and pcapng file formats
  • High-performance packet processing
  • Flexible feature extraction
  • Multiple output formats (JSON, CSV, Parquet)
  • Built-in feature store for structured data analysis

Installation

cargo install pcapforge

Usage

# Process a pcap file
pcapforge process --file capture.pcap --output json

# Get statistics
pcapforge stats --file capture.pcap

# Extract specific features
pcapforge extract --file capture.pcap --features dns,http

Status

This crate is under active development. Core functionality is being implemented.

License

Apache License 2.0

Commit count: 1

cargo fmt