Skip to content

Releases: dechamps/WinIPBroadcast

WinIPBroadcast 1.6

01 May 12:43
Compare
Choose a tag to compare
  • The MSVC runtime DLL is now linked in statically. This should prevent issues related to missing DLLs on some systems.

WinIPBroadcast 1.5

09 Apr 17:10
Compare
Choose a tag to compare
  • Fix a regression introduced in 1.4 where WinIPBroadcast would not only relay packets from the local machine, but broadcast packets arriving on network interfaces as well.

WinIPBroadcast 1.4

09 Apr 14:06
Compare
Choose a tag to compare
  • Don't relay packets with a TTL of 1 or less.
  • Relayed packets will now be sent with a TTL of 1.
  • Use TTL instead of source address for the purposes of preventing recursive relaying. This removes a limitation of WinIPBroadcast where it would not relay packets that are sent with a source address different from the global broadcast default route.

WinIPBroadcast 1.3

24 Aug 10:22
Compare
Choose a tag to compare
  • Harden service security by removing most of its privileges. This prevents a potential attacker from gaining highly privileged access to the system by compromising WinIPBroadcast.

WinIPBroadcast 1.2

06 Jul 10:03
Compare
Choose a tag to compare
  • Forgot to close a socket when sending broadcasts, which could cause serious problems on the system (e.g. total freezes) when sending large numbers of broadcast packets.

Originally published on 2009-11-15.

WinIPBroadcast 1.1

06 Jul 10:01
Compare
Choose a tag to compare
  • Handle WSAEHOSTUNREACH correctly in broadcastRouteAddress(). Allows WinIPBroadcast to survive waking from sleep.

Originally published on 2009-10-31.

WinIPBroadcast 1.0

06 Jul 09:59
Compare
Choose a tag to compare
  • First public release.

Originally published on 2009-10-21.