Skip to content

Releases: Netgear/wsdd2

v1.8.7

25 Apr 12:36
e37443a
Compare
Choose a tag to compare
  • fix crash caused by accessing null file pointer
  • fix #37
  • fix compilation when compiled as C++
  • fix usage with musl 1.2
  • clang-tidy: fix wrong cmp usage

v1.8.6

10 Aug 07:57
bcc51c3
Compare
Choose a tag to compare
  • Makefile: simplify, use absolute paths
  • add CAP_NET_ADMIN
  • allow setting CFLAGS and LDFLAGS from environment

v1.8.5

28 Jun 16:00
Compare
Choose a tag to compare
  • merge vovcat/wsdd2 fork into master
  • disable nl_debug.c

v1.8.3.2

17 Dec 20:01
e0cf50d
Compare
Choose a tag to compare
  • se->s_port is network byte order and needs conversion.
  • Fix listening port when the service is known by getservbyname()

v1.8.3.1

24 Oct 14:46
3b2a6a4
Compare
Choose a tag to compare
  • Add archlinux package build files

v1.8.3

20 Oct 16:53
0c81635
Compare
Choose a tag to compare
  • Ensure wsdd2 has CAP_NET_RAW
  • Log errno on failures
  • Add Dockerfile

v1.8.1

21 Jul 10:50
671d040
Compare
Choose a tag to compare
Merge pull request #7 from wongsyrone/fix-parsing

Fix '-b' option parsing