Page 1 of 1

Manufacturer List

Posted: Wed Jun 22, 2016 1:42 am
by soonlvu
can i get the manufacturer list by mac ???

Manufacturer List

Posted: Wed Jun 22, 2016 9:53 pm
by pferland
It looks like the macmanuf.exe in the current beta branch is only creating a .mdb file (Access Database).

The older versions that created an ini and php file are no longer working for some reason.

I will have to add creating a csv and or other formats to the new macmanuf binary.

I am not quite sure how long it will take me to get that added, but I would like to do it, it would be nice to have it create different formats.

If you want to give it a try, the .mdb file that the beta branch macmanuf.exe creates should be able to be read by Access if you have it, or even Excel but using it as a data source.

-Phil

Manufacturer List

Posted: Sat Jun 25, 2016 8:20 pm
by pferland
So I have a working method of selecting the output file for MacManuf.exe

Download:
macmanuf.zip
(96.47 KiB) Downloaded 449 times
GitHub: https://github.com/RIEI/Vistumbler/tree ... v/macmanuf

Usage:

If no arguments are passed, then it will default to the Access Database.

To set the output type pass /f and then the extension of the file that you want to create.
csv for Comma Separated File
tsv for Tab Separated File
mdb for Access Database for Vistumbler.
php for a PHP array file for WiFiDB.

Examples:
macmanuf.exe
macmanuf.exe /f csv
macmanuf.exe /f tsv
macmanuf.exe /f php
macmanuf.exe /f mdb


I changed a few things to also make the Access Database creation much quicker.
It will also only download the oui.txt file if it is older than a 7 days old or is not already downloaded. This way, if you want to create more than one file, you can without having to re-download the oui.txt file each time you run the tool.


Known Issues:

Download Progress text will tend to skip around. This is probably due to the Async download method.

Manufacturer List

Posted: Mon Jun 27, 2016 2:30 am
by soonlvu
i found the file in my program file :D
thank you

Manufacturer List

Posted: Mon Jun 27, 2016 6:35 am
by pferland
Yup, that is the older one, this one will have the other file type support also.