https://github.com/superauguste/zacket
Packet parsing in Zig!
https://github.com/superauguste/zacket
Last synced: over 1 year ago
JSON representation
Packet parsing in Zig!
- Host: GitHub
- URL: https://github.com/superauguste/zacket
- Owner: SuperAuguste
- License: mit
- Created: 2021-07-30T17:37:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T03:46:10.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T01:34:23.856Z (over 1 year ago)
- Language: Zig
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zacket
Packet parsing in Zig inspired by [gopacket](https://github.com/google/gopacket)!
## Design
Every layer accepts a buffer rather than a reader as knowing the length of all the data is required to properly handle errors and decode Jumbo packets.