libnet-mac-vendor-perl 1.268-1 source package in Ubuntu

Changelog

libnet-mac-vendor-perl (1.268-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 1.268.
  * Refresh no-network-tests.patch (offset).
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Update (build) dependencies.

 -- gregor herrmann <email address hidden>  Sun, 13 Feb 2022 00:45:27 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-mac-vendor-perl_1.268-1.dsc 2.5 KiB 34faa21d018ea18af8e56409d54e6a4222ab7730ab111f9f6ac8307c52f97247
libnet-mac-vendor-perl_1.268.orig.tar.gz 2.1 MiB 91347632ce841d2f48e4cf27fcbd442da02a9dc61e51815d4a56302ef9fdd397
libnet-mac-vendor-perl_1.268-1.debian.tar.xz 7.0 KiB 1b0cc92d0979e0ba9ebaf106f1d8e48f0451a3d9a71cf1d6db8a14103950bf51

Available diffs

No changes file available.

Binary packages built by this source

libnet-mac-vendor-perl: module to look up the vendor by OUI

 The Institute of Electrical and Electronics Engineers (IEEE) assigns an
 Organizational Unique Identifier (OUI) to manufacturers of network
 interfaces. Each interface has a Media Access Control (MAC) address of six
 bytes. The first three bytes are the OUI.
 .
 Net::MAC::Vendor allows you to take a MAC address and turn it into the OUI
 and vendor information. You can, for instance, scan a network, collect MAC
 addresses, and turn those addresses into vendors. With vendor information,
 you can often guess at what you are looking at (e.g. an Apple product).
 .
 You can use this as a module as its individual functions, or call it as a
 script with a list of MAC addresses as arguments. The module can figure it
 out.