-
Cappy: Lets print some packets
https://github.com/vikingfacer/cappy/tree/main Main article: https://sillycodeproject.com/2025/11/11/cappy/ I’m not satisfied with how Cappy prints packets. Cappy is expected to print packets the same way if given an live capture or an offline capture. This make testing packet printing easier and more reliable. I do not want to set up a complicated testing environment. I would like to just…
-
Cappy
The crappy network capturehttps://github.com/vikingfacer/cappy/tree/main In this post I would like to introduce a project Cappy. Cappy is a command like tool like tshark or tcpdump but writing in Zig. Cappy at the moment is a worse version of tshark or tcpdump, but with ambitions of adding offensive measures. Cappy exists as an opportunity to try…