renamed StunResponse packet type

This commit is contained in:
Heather Anderson 2021-04-25 18:37:34 -07:00
parent 9f5e06503a
commit 51f4320911

View file

@ -53,7 +53,7 @@ local message_positions = {
local packet_types = { local packet_types = {
[0] = "Unknown", [0] = "Unknown",
[1] = "StunResponse", [1] = "DomainConnectRequestPending",
[2] = "DomainList", [2] = "DomainList",
[3] = "Ping", [3] = "Ping",
[4] = "PingReply", [4] = "PingReply",