Update go modules and bump minimum Go version to 1.23 (#11)

* Update go modules
* Update minimal Go version to 1.23
* Update README.md with tools that support pcap-over-ip
This commit is contained in:
Yun Zheng Hu
2025-05-16 16:53:32 +02:00
committed by GitHub
parent e6be4ec35f
commit fe3c0b2cdf
4 changed files with 18 additions and 14 deletions

View File

@@ -123,4 +123,7 @@ This tool was initially written for Attack & Defend CTF purposes but can be usef
* [Arkime](https://arkime.com/) ([docs](https://arkime.com/settings#reader-poi))
* [Tulip](https://github.com/OpenAttackDefenseTools/tulip) ([#24](https://github.com/OpenAttackDefenseTools/tulip/pull/24))
* [Shovel](https://github.com/FCSC-FR/shovel)
* [Pkappa2](https://github.com/spq/pkappa2)
* WireShark's [dumpcap](https://www.wireshark.org/docs/man-pages/dumpcap.html) and [tshark](https://www.wireshark.org/docs/man-pages/tshark.html) (`-i TCP@<host>:<port>`)
* Zeek's [zeek-pcapovertcp-plugin](https://github.com/emnahum/zeek-pcapovertcp-plugin)