pcapforge-core 0.0.1

Fast packet capture processor and feature extractor - Core library
Documentation
# 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

```bash
cargo install pcapforge
```

## Usage

```bash
# 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