Commit Graph

28 Commits

Author SHA1 Message Date
sthen
97889e162c switch my distfiles mirror to https 2015-12-03 21:24:29 +00:00
sthen
7fafdb3197 install unofficial.csv file with a few known non-official MAC address prefixes 2015-11-03 16:18:33 +00:00
sthen
8f71aadbd5 bdep on p5-Text-CSV 2015-11-03 15:52:18 +00:00
sthen
af889a6535 move mac address databases to a subpackage, and generate it based on the newer
CSVs which include MA-S (32-bit vendor), MA-M (28-bit vendor) as well as the
old standard 24-bit vendors.
2015-11-03 15:51:24 +00:00
sthen
0e6daa3cfd update ethernet vendor list 2015-10-08 22:41:38 +00:00
sthen
691c83f9b2 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00
sthen
c4d420979b update arp-scan's OUI list
patch to return a nicer error message for !root
2015-04-14 14:17:20 +00:00
sthen
8e03bb25d1 update oui-iab listing 2014-10-13 15:19:49 +00:00
sthen
036a38d959 update mac vendor listings 2014-07-09 22:54:19 +00:00
sthen
77cda483d0 update mac vendor list 2014-05-15 14:25:45 +00:00
sthen
cea7c61adb update MAC address vendor list 2014-02-04 12:54:44 +00:00
sthen
96fd6e652b update iab/oui files 2013-12-10 15:31:28 +00:00
gsoares
b536dca63b update to 1.9; OK sthen@ (MAINTAINER) 2013-08-15 20:28:55 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
fa9d5a00a1 update to a more recent OUI list 2013-03-03 21:28:15 +00:00
sthen
913fa727f2 sync OUI database 2012-09-11 14:54:05 +00:00
sthen
b7a1eae9f4 update vendor lists 2012-06-04 11:01:48 +00:00
sthen
1225972fc7 arp-scan no longer needs groff, as mandoc can now handle the alignment
of the table headings (thanks to schwarze@).
2012-05-26 22:47:03 +00:00
sthen
c2549ce5e5 tweak maintainer target to patch the OUI/name db to fix the ridiculous
"Oracle Corporation" entries and update the package using a regenerated
list.
2012-05-16 13:22:17 +00:00
espie
5b6b92cc32 missing BUILD_DEPENDENCY 2012-05-14 14:59:58 +00:00
sthen
f64f15fae4 fix -u in arp-scan's update scripts, fix URLs, use newer iab/oui databases 2012-05-08 11:04:27 +00:00
sthen
79463be252 bump; if.h changed 2011-11-15 23:02:23 +00:00
sthen
ea0ae38022 - update arp-scan to 1.8, from Gleydson Soares
(license has changed to GPLv3-or-higher)

- use "@comment no checksum" for vendor lists which the
supplied tools can update

- use @sample for mac-vendor.txt, it's user-editable

ok jasper@
2011-03-03 09:47:50 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
sthen
d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
sthen
44dfaa3845 check routing socket messages for RTM_VERSION 2009-06-26 09:20:41 +00:00
sthen
0ab214306d import arp-scan:
arp-scan is a command-line tool for system discovery and fingerprinting.
It constructs and sends ARP requests to the specified IP addresses,
and displays any responses that are received.

arp-scan allows you to:

    * Send ARP packets to any number of destination hosts, using a
    configurable output bandwidth or packet rate.

          This is useful for system discovery, where you may need
          to scan large address spaces.

    * Construct the outgoing ARP packet in a flexible way.

          arp-scan gives control of all of the fields in the ARP
          packet and the fields in the Ethernet frame header.

    * Decode and display any returned packets.

          arp-scan will decode and display any received ARP packets
          and lookup the vendor using the MAC address.

    * Fingerprint IP hosts using the arp-fingerprint tool. 

ok phessler@
2008-10-07 10:01:41 +00:00