tzsp 0.1.0

A CLI tool to listen for TZSP packets and convert them to PCAP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## TZSP ##

This is a simple CLI tool to listen for TZSP packets and convert them to PCAP.
A common way to use it is:

```shell
tzsp | wireshark -i - -k
```

It can also save to file:

```shell
tzsp -o capture.pcap
```