Roy Hills

Results 13 issues of Roy Hills

After a github pull request check, coveralls reported: `coverage decreased (-0.0%) to 79.382%`. Run details: `1336 of 1683 relevant lines covered (79.38%) / 42914.31 hits per line`. Link: https://coveralls.io/builds/55259082 The...

coverage-discrepancies

github uses lightweight tags for releases, which makes `git describe` reference an earlier annotated tag unless the `--tags` option is specified. The `git-tag` manpage states that releases should use annotated...

I have noticed duplicate ARP responses from an Intel Wi-Fi 6E AX211 on Windows 11 64-bit when the system is sleeping. The test system has MAC address `08:9d:f4:29:34:16` and IPv4...

arp-scan doesn't support Cisco's proprietary Inter-Switch Link (ISL) VLAN packet format - it only supports IEEE 802.1Q VLANs. The ISL packet format is detailed here: https://www.cisco.com/c/en/us/support/docs/lan-switching/8021q/17056-741-4.html

From TODO file
Comment if you care

``` root@solaris11:~/arp-scan# gdb ./arp-scan GNU gdb (GDB) 7.6 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free...

bug
Comment if you care

We use a link-layer specific function to obtain the MAC address of the Ethernet adapter, which uses different technques for Linux, BSD and Solaris. We should use a portable function...

From TODO file

This is a long-standing wishlist item from the TODO file. Requires a Windows specific function to get MAC address, windows pcap, and perhaps other changes.

From TODO file

Add `--includeself` (`-c`) option to include our own interface IPv4 and MAC address in the output. The IP address shown will be the first address on the interface. Issue: #40

This ticket records the status of binary `arp-scan` packages on various distributions. It is for internal use, but anyone is welcome to read and comment. See the nice distro/version table...

information

After installing `arp-scan` from the binary package `arp-scan-1.9.7-7.fc37` on a Fedora 37 system after a "minimal install", `get-oui` fails: ``` [rsh@fedora ~]$ get-oui -v Fetching OUI data from http://standards-oui.ieee.org/oui/oui.txt Could...

packaging