Skip to content

Releases: kpcyrd/sniffglue

v0.16.0

07 Jan 17:22
Compare
Choose a tag to compare
  • 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

04 Mar 14:17
Compare
Choose a tag to compare
  • 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

27 Oct 14:01
Compare
Choose a tag to compare
  • 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

11 Sep 13:50
Compare
Choose a tag to compare

Thanks

We'd like to thank @SantiagoTorres and @repi for their support on github sponsors.

v0.13.0

08 Sep 12:41
Compare
Choose a tag to compare
  • 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

27 Apr 18:46
Compare
Choose a tag to compare
  • Fix the build that was broken with 1.51.0
  • Update dependencies

Thanks

We'd like to thank @repi for their support on github sponsors.

v0.12.0

23 Mar 00:12
Compare
Choose a tag to compare
  • 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

30 May 11:25
Compare
Choose a tag to compare
  • Fix a seccomp issue on arm

v0.11.0

29 May 00:33
Compare
Choose a tag to compare
  • 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.

v0.10.1

23 Dec 17:15
Compare
Choose a tag to compare
  • Add OSX support