You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix NETLINK issues in ZMap caused by changes in latest linux kernel (#……925)
* bug - fix netlink handling with new linux kernel changes to search for NLMSG_DONE
* ci - add ubuntu 24.10 docker for CI cmake check
* ci - attempt to scan 1.1.1.1 on 24.10
* cleanup - mv Dockerfile into correct folder
* ci - use amd64, not arm, ubuntu container
* ci - remove 24.10 compilation tests since the bug was encountered at runtime
Bump release version to v.4.1.1 and update the README and CHANGELOG (#……881)
* fixed link
* set release tag to a bug fix version since I don't think the docker push github action likes the patch versions
PF_RING: Do not delay termination by waiting for packets forever (#876)
On empty queue, return after the brief sleep instead of looping. This
lets the outer loop check its termination condition. Fixes bug where a
PF_RING based scan would not terminate even after the cooldown timer
expires, until there are extra incoming packets.