mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-23 06:59:59 +01:00
marked position to comment out the mac vendor list
This commit is contained in:
@@ -32,7 +32,7 @@ source: https://www.wireshark.org/tools/oui-lookup.html
|
|||||||
Wireshark is released under the GNU General Public License version 2
|
Wireshark is released under the GNU General Public License version 2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const static uint8_t data_vendors[] PROGMEM = {
|
const static uint8_t data_vendors[] PROGMEM = {///*
|
||||||
0x00,0x00,0x01,0x53,0x75,0x70,0x65,0x72,0x6C,0x61,0x6E,
|
0x00,0x00,0x01,0x53,0x75,0x70,0x65,0x72,0x6C,0x61,0x6E,
|
||||||
0x00,0x00,0x02,0x42,0x62,0x6E,0x57,0x61,0x73,0x49,0x6E,
|
0x00,0x00,0x02,0x42,0x62,0x6E,0x57,0x61,0x73,0x49,0x6E,
|
||||||
0x00,0x00,0x03,0x58,0x65,0x72,0x6F,0x78,0x00,0x00,0x00,
|
0x00,0x00,0x03,0x58,0x65,0x72,0x6F,0x78,0x00,0x00,0x00,
|
||||||
@@ -12846,7 +12846,7 @@ const static uint8_t data_vendors[] PROGMEM = {
|
|||||||
0x00,0xFC,0x8D,0x48,0x69,0x74,0x72,0x6F,0x6E,0x54,0x65,
|
0x00,0xFC,0x8D,0x48,0x69,0x74,0x72,0x6F,0x6E,0x54,0x65,
|
||||||
0x00,0xFD,0x45,0x48,0x65,0x77,0x6C,0x65,0x74,0x74,0x50,
|
0x00,0xFD,0x45,0x48,0x65,0x77,0x6C,0x65,0x74,0x74,0x50,
|
||||||
0x00,0xFD,0x4C,0x4E,0x65,0x76,0x61,0x74,0x65,0x63,0x00,
|
0x00,0xFD,0x4C,0x4E,0x65,0x76,0x61,0x74,0x65,0x63,0x00,
|
||||||
0x00,0xFE,0xC8,0x43,0x69,0x73,0x63,0x6F,0x00,0x00,0x00,
|
0x00,0xFE,0xC8,0x43,0x69,0x73,0x63,0x6F,0x00,0x00,0x00,//*/
|
||||||
0x01,0x0E,0xCF,0x50,0x4E,0x2D,0x4D,0x43,0x00,0x00,0x00,
|
0x01,0x0E,0xCF,0x50,0x4E,0x2D,0x4D,0x43,0x00,0x00,0x00,
|
||||||
0x02,0x04,0x06,0x42,0x62,0x6E,0x49,0x6E,0x74,0x65,0x72,
|
0x02,0x04,0x06,0x42,0x62,0x6E,0x49,0x6E,0x74,0x65,0x72,
|
||||||
0x02,0x07,0x01,0x49,0x6E,0x74,0x65,0x72,0x6C,0x61,0x6E,
|
0x02,0x07,0x01,0x49,0x6E,0x74,0x65,0x72,0x6C,0x61,0x6E,
|
||||||
|
|||||||
Reference in New Issue
Block a user