[PR #638] [CLOSED] Updating vendors/manufacturers array #1088

Closed
opened 2026-02-28 00:06:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/638
Author: @rubfi
Created: 10/13/2017
Status: Closed

Base: testingHead: testing


📝 Commits (3)

  • 0d335e8 Move data_vendors to header file
  • 13d5c97 Add tool for generating data_vendors (oui) header
  • caa904f Update with the latest Wireshark manuf file

📊 Changes

3 files changed (+24065 additions, -22891 deletions)

View changed files

📝 esp8266_deauther/data.h (+2 -22891)
esp8266_deauther/oui.h (+23983 -0)
utils/update_manuf.py (+80 -0)

📄 Description

This moves the data_vendors array to a specific header file in order to make it easier to autogenerate it.

It includes also a small python script for downloading the latest "manuf" file from Whireshark and convert it to the format understood by esp8266_deauther.

The usage of the script is quite simple: update_manuf.py [-h] [-o OUTPUT] [-u URL] , e.g:

cd utils
python update_manuf.py -o ../esp8266_deauther/oui.h

data_vendors array has been updated (using update_manuf.py python script) with latest available Wireshark "manuf" file.

It may solve the issue #619


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SpacehuhnTech/esp8266_deauther/pull/638 **Author:** [@rubfi](https://github.com/rubfi) **Created:** 10/13/2017 **Status:** ❌ Closed **Base:** `testing` ← **Head:** `testing` --- ### 📝 Commits (3) - [`0d335e8`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/0d335e84e433c1d19d2ceab443c33319310d51a0) Move data_vendors to header file - [`13d5c97`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/13d5c97477f36582239a4f98073a7b6b7e201669) Add tool for generating data_vendors (oui) header - [`caa904f`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/caa904f5c04989fc9bb5c31254fe919c2571b504) Update with the latest Wireshark manuf file ### 📊 Changes **3 files changed** (+24065 additions, -22891 deletions) <details> <summary>View changed files</summary> 📝 `esp8266_deauther/data.h` (+2 -22891) ➕ `esp8266_deauther/oui.h` (+23983 -0) ➕ `utils/update_manuf.py` (+80 -0) </details> ### 📄 Description This moves the _data_vendors_ array to a specific header file in order to make it easier to autogenerate it. It includes also a small python script for downloading the latest ["manuf"](https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf) file from Whireshark and convert it to the format understood by esp8266_deauther. The usage of the script is quite simple: `update_manuf.py [-h] [-o OUTPUT] [-u URL]` , e.g: ``` cd utils python update_manuf.py -o ../esp8266_deauther/oui.h ``` _data_vendors_ array has been updated (using update_manuf.py python script) with latest available Wireshark "manuf" file. It may solve the issue #619 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:06:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#1088
No description provided.