parse-tcp

Crates.ioparse-tcp
lib.rsparse-tcp
version0.1.0
sourcesrc
created_at2024-06-13 19:04:16.705432
updated_at2024-06-13 19:04:16.705432
descriptiontcp reassembler
homepage
repositoryhttps://github.com/hellomouse/kinesin
max_upload_size
id1270927
size123,066
iczero (iczero)

documentation

README

parse-tcp

It hopefully parses TCP.

Usage

2023-08-24T18:39:22.520028Z  INFO reassemble: Hello, world!
Reassemble TCP streams in a packet capture

Usage: reassemble [OPTIONS] <INPUT>

Arguments:
  <INPUT>  Input capture file, supports pcap only (not yet pcapng)

Options:
  -d, --output-dir <OUTPUT_DIR>  Directory to write stream data. If not provided, will dump to stdout
  -h, --help                     Print help
  -V, --version                  Print version

Use environment variable RUST_LOG to control logging.

Commit count: 60

cargo fmt