Skip to content

Releases: netdiscover-scanner/netdiscover

0.10

29 Oct 20:38
Compare
Choose a tag to compare

0.9

21 Feb 01:11
Compare
Choose a tag to compare
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

02 Nov 02:33
Compare
Choose a tag to compare
  • Migrated README to README.md.
  • Replaced deprecated function pcap_lookupdev() with pcap_findalldevs().
    Thanks to bcoles [email protected].
  • Updated OUI table.

Version 0.8

12 Jul 00:14
Compare
Choose a tag to compare
  • 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

29 Jun 18:32
Compare
Choose a tag to compare
  • Updated update-oui-database.sh to be useful in macOS.
  • Updated OUI table.

Version 0.6

18 Apr 00:47
Compare
Choose a tag to compare

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

07 Feb 22:24
Compare
Choose a tag to compare

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

06 Feb 22:06
Compare
Choose a tag to compare

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

06 Feb 02:28
Compare
Choose a tag to compare
  • 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.