vurcommerce.blogg.se

Wireshark mac lookup
Wireshark mac lookup










  • Apache License, Version 2.0, ( LICENSE-APACHE or.
  • Please create a Github Issue or a Pull Request subject to the license and contribution sections below. I welcome feedback and enhancements to this library. Simple MAC address lookups: RUST_LOG = oui=debug cargo run -example lookupĮxport and subsequent re-import of the parsed Wireshark database: RUST_LOG = oui=debug cargo run -example dumpdb Feedback and Enhancements

    wireshark mac lookup

    Oui is available on crates.io and can be included in your Cargo.toml as follows: oui = "0.8 "įor example, querying the database for the MAC address 00 : 00 : 18 : 00 : 20 : 01 returns the following information: OuiEntry Documentationĭocumentation can be found at the official documentation repository: Examples txt 'https : ///review/gitweb?p=wireshark.git a=blob_plain f=manuf' Note that a vendor/organization may have been allocated multiple blocks by the IEEE - these are each treated independently, should a vendor sub-division be later re-allocated or renamed following acquisition.Įxample wget command to download the manufacturer database: Where IEEE Registration Authority blocks have been sub-divided, the specific manufacturer is returned.

    wireshark mac lookup

    For each entry in the Wireshark database, this will be at a minimum the vendor's Wireshark short name, but most entries include the full organization/company name and some also include a descriptive comment. This library allows you to provide a MAC/EUI48 address and returns information on the vendor registered to the Organizationally Unique Identifier (OUI) component of the supplied address. Rust library to lookup MAC/EUI48 OUI vendor name information from the Wireshark manufacturer database.












    Wireshark mac lookup