| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| packet-sniffer 4.0.0 source code.tar.gz | 2026-08-21 | 63.2 kB | |
| packet-sniffer 4.0.0 source code.zip | 2026-08-21 | 71.6 kB | |
| README.md | 2026-08-21 | 881 Bytes | |
| Totals: 3 Items | 135.7 kB | 0 | |
Complete rebuild on netprotocols 1.0. Full details in CHANGELOG.md (github.com) and the new ARCHITECTURE.md (github.com).
Highlights
- Pure decoder producing an immutable
DecodedFrame; capture, decoding, and rendering are separate and testable without root - Type-dispatched renderers; IPv6 frames no longer crash the display; malformed/truncated frames are diagnosed and the capture survives
- Full-size capture buffer (loopback traffic no longer silently truncates); flat memory over long captures (benchmarked)
- Proper entry points:
packet-snifferandpython -m packet_sniffer - Install:
pipx install "git+https://github.com/EONRaider/Packet-Sniffer.git"
Version note: tags 3.1.0/3.1.2 shipped in 2022, so the rebuild releases as 4.0.0.