From 57dc5d843c64e5e8e3a889844556b2b1aa22c569 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 22 Aug 2025 12:51:07 -0700 Subject: [PATCH] monitor: add Cisco Meraki as a printable vendor --- monitor/nlmon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 7924f6f2..65437dc8 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -404,6 +404,7 @@ static const struct { { { 0x00, 0x50, 0xf2 }, "Microsoft" }, { { 0x00, 0x90, 0x4c }, "Epigram" }, { { 0x50, 0x6f, 0x9a }, "Wi-Fi Alliance" }, + { { 0x00, 0x18, 0x0a }, "Cisco Meraki" }, { } };