All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Changed repository trunk branch to "main" instead of "master".
- Ability to change the window layout with (imsnif#118) - @Louis-Lesage
- Show duration of current capture when running in "total utilization" mode. - @Eosis
- Add terabytes as a display unit (for cumulative mode) (imsnif#168) - @TheLostLambda
- HOTFIX: remove pnet_bandwhich_fork dependency and upgrade to working version of pnet + packet_builder instead (this should hopefully not change anything)
- Hide DNS queries by default. This can be overridden with
-s, --show-dns
(imsnif#161) - @olesh0 - Show cumulative utilization in "total utilization" mode. Trigger with
-t, --total-utilization
(imsnif#155) - @TheLostLambda
- Fix the loss of large, merged packets (imsnif#158) - @TheLostLambda
- Add custom error handling (imsnif#104) - @captain-yossarian
- List unknown processes in processes table as well (imsnif#132) - @jcfvalente
- New layout (imsnif#139) - @imsnif
- Support Ipv6 (imsnif#70) - @zhangxp1998
- Select tables to render from the CLI (imsnif#107) - @chobeat
- VPN traffic sniffing on mac (imsnif#129) - @zhangxp1998
- Paused UI by pressing key. Does not affect raw mode. (imsnif#106) - @zhangxp1998
- Mention setcap option in linux permission error. (imsnif#108) - @Ma27
- Display weighted average bandwidth for the past 5 seconds. (imsnif#77) - @zhangxp1998 + @imsnif
- FreeBSD support. (imsnif#110) - @Erk-
- Pause help text. (imsnif#111) - @imsnif
- Upgrade trust-dns-resolver. (imsnif#105) - @bigtoast
- Do not listen on inactive interfaces. (imsnif#116) - @zhangxp1998
- Brew formula and installation instructions for macOS (imsnif#75) - @imbsky
- UI change: add spacing between up and down rates for readability (imsnif#58) - @Calinou
- Support for wireguard interfaces (eg. for VPNs) (imsnif#98) - @Ma27
- Void linux installation instructions (imsnif#102) - @jcgruenhage
- Arch installation with pacman (imsnif#103) - @kpcyrd
- Fix string conversion error on macOS (imsnif#79) - @zhangxp1998
- Proper fix for macos no-screen-of-death (imsnif#83) - @zhangxp1998 + @imsnif
- Fix UDP traffic not displayed issue #81 with (imsnif#82) - @zhangxp1998
- Fix mac build (imsnif#93) - @imsnif
- Better procfs error handling (imsnif#88) - @zhangxp1998
- Running instructions (sudo) for a cargo installation (imsnif#42) - @LoyVanBeek + @filalex77
setcap
instructions for linux instead of using sudo (imsnif#57) - @Calinou- Installation instructions for Nix/NixOS (imsnif#32) - @filalex77
- MSRV and cargo installation instructions (imsnif#66) - @ebroto
- Repository URLs in Cargo.toml (imsnif#43) - @MatthieuBizien
- Skip interfaces with error (imsnif#49) - @Grishy
- MacOS no-screen-of-death workaround (imsnif#56) - @zhangxp1998
- Reduce CPU utilization on linux (imsnif#68) - @ebroto
- Informative sudo error message (imsnif#67) - @Tobbeman
- Foreground text color for non-black terminals (imsnif#65) - @niiiil
- Do not truncate process names on MacOS (imsnif#63) - @zhangxp1998
- Refactor tests into shared functionality (imsnif#55) - @chobeat
- Error on 0 interfaces found (imsnif#69) - @imsnif