Commit Graph

4 Commits

Author SHA1 Message Date
Yun Zheng Hu
71303d38b8 Update README.md and docker-compose.yml example (#9) 2024-10-04 19:42:02 +02:00
Yun Zheng Hu
8f69ce3a49 Make pcap-broker go installable (#8)
This mainly adds a main.go file in the project root so it's easier to
install pcap-broker using `go install`:

    $ go install github.com/fox-it/pcap-broker@latest

Or install the main branch:

    $ go install github.com/fox-it/pcap-broker@main
2024-10-04 17:26:35 +02:00
VaiTon
4ffdb87d2f Use zerolog + intercept SIGINT (#2)
* Use zerolog + intercept SIGINT
* Use RFC3339 for time format and add -json flag to disable pretty printing
* Added new flags to README and fixed issue when command exit was not successful
2023-12-18 10:51:54 +01:00
Yun Zheng Hu
530840a66c Initial commit 2023-07-11 17:27:11 +02:00