mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 08:15:51 +03:00
[PR #638] [CLOSED] Updating vendors/manufacturers array #1088
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#1088
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/638
Author: @rubfi
Created: 10/13/2017
Status: ❌ Closed
Base:
testing← Head:testing📝 Commits (3)
0d335e8Move data_vendors to header file13d5c97Add tool for generating data_vendors (oui) headercaa904fUpdate 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: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.