adamwalker / net2parquet

Extract network headers from pcaps and dump them to Parquet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Net2Parquet

Extracts network headers from pcap files and dumps them in the Parquet file format for later analysis.

Supports xz compression, and processes multiple pcap files in parallel.

Extracts Ethernet, VLAN, IP, UDP and TCP headers.

Usage:

$ net2parquet input.pcap.xz -o parquet-out-dir

About

Extract network headers from pcaps and dump them to Parquet

License:MIT License


Languages

Language:Rust 100.0%