Releases: kpcyrd/sniffglue
Releases · kpcyrd/sniffglue
v0.16.1
- Update dependencies
Thanks
We'd like to thank @SantiagoTorres, @repi and @rgacogne for their support on github sponsors.
v0.16.0
- Improved http request/response parser and logging ✨
- If TCP RST packet has data, still show it grey instead of red to improve signal:noise ratio
- Add support for LoongArch64 (#123, thanks @heiher)
- Replaced users with uzers, RUSTSEC-2023-0059 (#124, thanks @nc7s)
- Add Fedora/CentOS installation instructions (#107, thanks @tim77)
- Update dependencies (ported to clap 4, updated to Rust edition 2021, ...)
Thanks
We'd like to thank @SantiagoTorres, @repi and @rgacogne for their support on github sponsors.
v0.15.0
- Use bstr formatting for binary data
- Seccomp: Add rseq, rt_sigaction, clone3
- Adjust tests to match pktparse 0.7.1 behavior (thanks @jamessan!)
- Update dependencies
Thanks
We'd like to thank @jvoisin, @SantiagoTorres, @repi and @rgacogne for their support on github sponsors.
v0.14.0
- Added Linux cooked capture support for PPP (#95)
- seccomp: Allow getpid syscall (#98)
- Guix install instructions contributed by @milkey-mouse
- Update dependencies
Thanks
We'd like to thank @SantiagoTorres and @repi for their support on github sponsors.
v0.13.1
- RISC-V has been added by @felixonmars
Thanks
We'd like to thank @SantiagoTorres and @repi for their support on github sponsors.
v0.13.0
- ICMP support has been added (packet parser implemented by @Yakiv-Huryk)
- seccomp: Fix suspend crash
- Update dependencies
Thanks
We'd like to thank @SantiagoTorres and @repi for their support on github sponsors.
v0.12.1
v0.12.0
- Only use one thread when reading from file. This ensures the packets are printed in order.
- Introduce
--insecure-disable-seccomp
flag in case seccomp is causing problems and you need to temporarily disable it. Ideally you'd never use this feature. - Fix seccomp issues
Thanks
We'd like to thank @repi for their support on github sponsors.
v0.11.1
v0.11.0
- Try to detect tls and http more aggressively
- Correctly classify noise level of SYN fast-open packets
- In case of a seccomp violation, kill the whole process instead of the thread (on supported libseccomp versions)
- Fix seccomp issues related to exit and setsockopt
Thanks
We'd like to thank @repi for their support on github sponsors.