Package Release Info

arp-scan-1.9.8-bp155.1.5

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

arp-scan

Change Logs

* Mon Dec 05 2022 Dirk Müller <dirk@matrix>
- update to 1.9.8:
  - Allow the use of Linux IP aliases such as eth0:0 for the interface name.
  - Permit regular MAC addresses e.g. 00:0c:29:b9:43:1b in mac-vendor.txt.
  - --limit=n option exits after n of hosts have responded, exit 1 for <n
  - --resolve option to resolve responding IP addresses to hostnames
  - Potential buffer overrun in unmarshal_arp_pkt().
  - arp-scan aborts with EAGAIN on busy network or using high bandwidth
  - late ARP responses could sometimes be incorrectly flagged as duplicate
  - Updated IEEE URLs in download perl scripts.
  - Updated source for Mersenne RNG and replacement strlcat/strlcpy & getopt.
  - Updated for compatability with autoconf 2.71
  - "make distcheck" works now
  - Number of responding hosts reported no longer counts duplicate packets.
  - Many typos corrected and edge cases fixed.
  - CI framework migrated from travis-ci to github actions.
  - Several new tests for "make check"
Version: 1.9.7-bp154.1.28
* Thu Nov 14 2019 Martin Pluskal <mpluskal@suse.com>
- Update to version 1.9.7:
  * Internal changes only
Version: 1.9.6-bp150.3.3.1
* Fri Oct 25 2019 Martin Pluskal <mpluskal@suse.com>
- Update to version 1.9.6 (boo#1154552):
  * Use libpcap function pcap_set_immediate_mode() instead of ioctl
    calls to ensure packets are delivered immediately. This means
    that arp-scan now requires libpcap 1.5.0 or later and will
    not work with earlier libpcap versions
* Tue Mar 05 2019 Martin Pluskal <mpluskal@suse.com>
- Update to version 1.9.5:
  * Updated IEEE OUI and IAB MAC/Vendor files.
  * Added new --plain (-x) option to surpress printing of header
    and footer text, and only display one output line for each
    responding host.
  * Use LWP::UserAgent instead of LWP::Simple in get-oui and
    get-iab to enable the raw content to be obtained, which avoids
    Unicode/UTF-8 issues.
  * Added arp-finherprint patterns for WIZnet W5100 and Cisco IOS
    15.0.
- Drop no longer needed arp-scan-avoid-crash.patch
Version: 1.9-3.1
* Mon May 21 2018 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Adjust dependencies
* Wed May 11 2016 meissner@suse.com
- arp-scan-avoid-crash.patch: avoid crash when trying capture as
  user (bsc#978596)
* Sun Feb 14 2016 mpluskal@suse.com
- Update project and download url
* Thu May 07 2015 mpluskal@suse.com
- Update licensing information
* Thu May 07 2015 mpluskal@suse.com
- Update to 1.9
- Cleanup spec file with spec-cleaner
- Update project url
- Use url for source
* Mon Mar 07 2011 pascal.bleser@opensuse.org
- update to 1.8:
  * the IEEE OUI and IAB files were updated
  * support was added for trailer ARP replies
  * support for LLC/SNAP packets with the 802.1Q tag was added
  * full help output is no longer displayed for usage errors
  * the license was changed from GPL v2 to v3
  * a DoS warning was added to the manpage and help output
  * new arp fingerprints were added
  * gcc compiler security options were enabled
  * the Perl scripts were modified to work on systems where the perl executable
    is not in /usr/bin
  * various minor bugfixes and improvements were made
* Fri Mar 20 2009 bitshuffler #suse@irc.freenode.org
- Initial RPM