An open API service indexing awesome lists of open source software.

https://github.com/dantecatalfamo/pcaptest


https://github.com/dantecatalfamo/pcaptest

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Pcaptest

Small toy written in zig that decodes network packets.

Packets are captured using `libpcap` and graphed with a GUI made with `raylib`.
The packet headers are printed to the terminal and they're processed.

![Packet headers decoded in terminal](images/pcaptest-term.png)
![Packet graph](images/pcaptest-gui.png)