parse-tcp 0.1.0

tcp reassembler
Documentation
# parse-tcp

It hopefully parses TCP.

## Usage

```text
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.