Skip to content

Releases: nhorman/dropwatch

dropwatch v1.5.4 release

18 Apr 12:17
Compare
Choose a tag to compare

Bugfix/feature release for dropwatch

  • Support packet drop reason reporting when included in netlink message
  • fix some minor compilation warnings/errors
  • clean up some comments about deadline support
  • convert configure.ac to use AM_PROG_LIBTOOL from outdated LT_INIT
  • Fix missing SOL_NETLINK define in glibc < 2.24
  • Fix licensing issues that didn't make sense
  • ignore ENOBUFS errors on data socket
  • adding arm64 travis ci testing
  • man page updates
  • move to libnl3 from libnl

dropwatch 1.5.3 release

19 Mar 13:28
Compare
Choose a tag to compare

Quick additional release to fix libpcap config issue on some distros that don't include a pkg-config file with libpcap-devel

dropwatch update version 1.5.2

12 Mar 22:10
Compare
Choose a tag to compare

Enhancement and bugfix update:

Enhancements:

  • Implemented cookie printout in packet alert mode
  • added dwdump utility to capture packets detected as dropped in the kernel via libpcap
  • Added ability to monitor hardware drops
  • Display hardware stats for drops
  • Added statistics show command
  • Added configuration show command
  • Added support for queue length setting of dropped packet queue
  • Added support for packet truncation
  • Added support for packet alert mode

Bug fixes:

  • Fixed up SPDX license identifiers in source
  • Minor typo fixes in comments
  • Fixed some whitespace errors
  • Fixed binutils usage in build

dropwatch 1.5.1 release

18 Jul 16:08
Compare
Choose a tag to compare

Minor bugfix release:

  • Fix static build issue with readline
  • Add a timer to abort dropwatch if no frames are dropped in a specified time
  • Add some build instructions to README
  • Fix a casting issue on MIPS hardware

New build makefiles

15 May 17:30
da600c3
Compare
Choose a tag to compare

New version, moving dropwatch to use Makefiles generated by autotools

1.4 release

08 May 12:44
2b40163
Compare
Choose a tag to compare
Update README.md

fixing documentation so not mention fedorahosted or trac, which don't exist anymore