File: get-iab

package info (click to toggle)
arp-scan 1.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,128 kB
  • sloc: ansic: 3,256; sh: 1,767; perl: 523; makefile: 42
file content (13 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl
#
use warnings;
use strict;
#
my $message =
qq/$0 is no longer needed and was depreciated in arp-scan 1.10
get-oui is now used to fetch all of the Ethernet MAC-Vendor
mappings from the various IEEE registries.  See get-oui(1) for
details.
/;
#
die $message;