From 51f4320911689ae36685f92abb02df051490c4cf Mon Sep 17 00:00:00 2001 From: Heather Anderson Date: Sun, 25 Apr 2021 18:37:34 -0700 Subject: [PATCH] renamed StunResponse packet type --- tools/dissectors/1-hfudt.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dissectors/1-hfudt.lua b/tools/dissectors/1-hfudt.lua index 9a51cc8d7c..5a03331fc6 100644 --- a/tools/dissectors/1-hfudt.lua +++ b/tools/dissectors/1-hfudt.lua @@ -53,7 +53,7 @@ local message_positions = { local packet_types = { [0] = "Unknown", - [1] = "StunResponse", + [1] = "DomainConnectRequestPending", [2] = "DomainList", [3] = "Ping", [4] = "PingReply",