-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare release 1.18.0 #96
Merged
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 85eb6b9 - Browse repository at this point
Copy the full SHA 85eb6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc059b - Browse repository at this point
Copy the full SHA 5dc059bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9855e - Browse repository at this point
Copy the full SHA 3e9855eView commit details -
Remember the entry->intf_len before zeroing entry in _ifrow_to_entry.
intf_loop relies on passing the length inside the structure to make sure interface aliases are accounted for.
Configuration menu - View commit details
-
Copy full SHA for 00d45e3 - Browse repository at this point
Copy the full SHA 00d45e3View commit details -
Fixed a bug that caused Nmap to fail to find any network interface
When at least one of them is in the monitor mode. The fix was to define the ARP_HRD_IEEE80211_RADIOTAP 802.11 radiotap header identifier in the libdnet-stripped code. Network interfaces that are in this mode are used by radiotap for 802.11 frame injection and reception. The bug was reported by Tom Eichstaedt and Henri Doreau. http://seclists.org/nmap-dev/2012/q2/449 http://seclists.org/nmap-dev/2012/q2/478 [Djalal Harouni, Henri Doreau]
Configuration menu - View commit details
-
Copy full SHA for 97a4da4 - Browse repository at this point
Copy the full SHA 97a4da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3932f1 - Browse repository at this point
Copy the full SHA a3932f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70babdc - Browse repository at this point
Copy the full SHA 70babdcView commit details -
Fix conflicting struct names in FreeBSD and Linux
Changed the name of sctp_chunkhdr to dnet_sctp_chunkhdr to avoid a conflict with a struct of the same name in <netinet/sctp.h> in FreeBSD and Linux.
Configuration menu - View commit details
-
Copy full SHA for aee0a8a - Browse repository at this point
Copy the full SHA aee0a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b244b7f - Browse repository at this point
Copy the full SHA b244b7fView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3bce27a - Browse repository at this point
Copy the full SHA 3bce27aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 390b9c3 - Browse repository at this point
Copy the full SHA 390b9c3View commit details -
Avoid warning about unused return value
Reading from /dev/arandom || /dev/urandom should never fail, but in order to avoid a warning about an unused result, wrap the read in a condition
Configuration menu - View commit details
-
Copy full SHA for b02345f - Browse repository at this point
Copy the full SHA b02345fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa366a3 - Browse repository at this point
Copy the full SHA aa366a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e0889f - Browse repository at this point
Copy the full SHA 7e0889fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 404a2d5 - Browse repository at this point
Copy the full SHA 404a2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b5482 - Browse repository at this point
Copy the full SHA b4b5482View commit details
Commits on Feb 27, 2024
-
- Rebuild with newer Cython (incl. setting language_level) - Update build chain with latest autotools - Fixes include: - Update mIV_IF_TYPE - intf_loop aliases fixes - Fix bug that caused Nmap to fail find any network intf - Fix bug with interface indexes > 255 - Fixed conflicting struct names in BSD and Linux - Prio to IFF_LOOPBACK flag when setting intf type - A few comp warnings eliminated - Small test updates
Configuration menu - View commit details
-
Copy full SHA for 8770b90 - Browse repository at this point
Copy the full SHA 8770b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff760e - Browse repository at this point
Copy the full SHA dff760eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.