Skip to content
/ oui Public

A simple CLI tool to query Wireshark's OUI lookup data

License

Notifications You must be signed in to change notification settings

pointerish/oui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OUI Lookup Tool

This simple CLI tool does OUI lookups using Wireshark's Gitlab Repo as the source. This small project was mainly done to practice the strategy design pattern. New algorithms to perform the actual search can be implemented and used instead of the default one which is a linear search.

Usage

For example, running the following command: python oui.py 00:00:36

will return: MAC: 00:00:36 | Manufacturer: Atari Corporation

TODOs

  • Setup code for PyPI

About

A simple CLI tool to query Wireshark's OUI lookup data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages