Releases: netdiscover-scanner/netdiscover
Releases · netdiscover-scanner/netdiscover
0.10
- Changed secure download site from https://linuxnet.ca/ieee/oui.txt (link down) to https://standards-oui.ieee.org in update-oui-database.sh
script. - Fixed segfault when HOME env is not set. Thanks to Till Zimmermann [email protected].
- Use unsigned int for data_counter.hosts. Thanks to Brendan Coles [email protected]
- Updated OUI table.
0.9
- ifaces: process_packet: Return if source MAC address matches host MAC.
Thanks to bcoles [email protected]. - Using a secure URL for OUI download and added the option --insecure to
download from IEEE (insecure). - Updated OUI table.
Version 0.8.1
- Migrated README to README.md.
- Replaced deprecated function pcap_lookupdev() with pcap_findalldevs().
Thanks to bcoles [email protected]. - Updated OUI table.
Version 0.8
- Changed PCAP_TOUT from 0 to 512 in src/ifaces.h, to avoid no results when
scanning with CIDR /24 if netdiscover is being built with libpcap >= 1.10.
Thanks to Enrico Schmitz. - Updated OUI table.
Version 0.7
- Updated update-oui-database.sh to be useful in macOS.
- Updated OUI table.
Version 0.6
Netdiscover 0.6 - 17 Apr. 2020
- Added a CI test to be run by GitHub. (Eriberto)
- Fix build with GCC 10. (Jaime Peñalba)
- Updated OUI table. (Eriberto)
Version 0.5.1
Netdiscover 0.5.1 - 07 Feb. 2019
- Added an official repository notice in README.
- Added dates of releases in ChangeLog.
- Added some copyright notices.
- Several important fixes and improvements in manpage and help page.
- Updated OUI table (1 change since yesterday).
Version 0.5
Netdiscover 0.5
- Added some missing entries in last changelog (0.4).
- Fixed the following warning from GCC: "warning: ignoring return value
of system, declared with attribute warn_unused_result". - Full updated the manpage and help page. Added missing options, examples,
etc. - Removed INSTALL file. This file must be created by autotools when in
build process to always provide updated instructions. - Removed Usage and Examples sections from README file. It will make easier
the maintenance. All information are in help and manpage. - Updated checklist to release a new version.
- Updated OUI table (5 new changes since yesterday).
- Using txt2man to generate the manpage.
Version 0.4
- Added a distclean-local target to Makefile.am to remove files after a
'make distclean'. - Fixed -l option in manpage.
- Fixed spelling errors in final binary and in manpage.
- Updated OUI table.
- Updated project homepage in several files to point to GitHub.
- Updated README to get all options from manpage.