From a6bcecc34ff22071d6bb2b6dbb4329fb9cde2e69 Mon Sep 17 00:00:00 2001 From: Allen Hill Date: Mon, 6 Jul 2026 16:26:01 -0700 Subject: [PATCH] fixup ee620d4 --- scripts/packet-analysis/avclan_plugin.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/packet-analysis/avclan_plugin.lua b/scripts/packet-analysis/avclan_plugin.lua index 816069f..290cb27 100644 --- a/scripts/packet-analysis/avclan_plugin.lua +++ b/scripts/packet-analysis/avclan_plugin.lua @@ -295,6 +295,7 @@ local known_actions = { -- [0x1d] = "LANCHECK_??_RESP", [0x20] = "PING_REQ", + -- [0x21] = "??" -- Observed as [00 11 00 21] incorrect 0xf0/INITIAL_REPORT_RESP message (double leading zeros instead of single unicast leading zero) [0x30] = "PING_RESP", [0x42] = "ENABLE_FUNCTION_REQ",