The QA discussion reminded me that I should add the new type to the dissectors

This commit is contained in:
Simon Walton 2018-06-20 13:55:34 -07:00
parent d638bdd986
commit 6f15e69907

View file

@ -91,31 +91,32 @@ local packet_types = {
[27] = "AssignmentClientStatus", [27] = "AssignmentClientStatus",
[28] = "NoisyMute", [28] = "NoisyMute",
[29] = "AvatarIdentity", [29] = "AvatarIdentity",
[30] = "AvatarBillboard", [30] = "AvatarIdentityRequest",
[31] = "DomainConnectRequest", [31] = "AvatarBillboard",
[32] = "DomainServerRequireDTLS", [32] = "DomainConnectRequest",
[33] = "NodeJsonStats", [33] = "DomainServerRequireDTLS",
[34] = "NodeJsonStats",
[34] = "OctreeDataNack", [34] = "OctreeDataNack",
[35] = "StopNode", [36] = "StopNode",
[36] = "AudioEnvironment", [37] = "AudioEnvironment",
[37] = "EntityEditNack", [38] = "EntityEditNack",
[38] = "ICEServerHeartbeat", [39] = "ICEServerHeartbeat",
[39] = "ICEPing", [40] = "ICEPing",
[40] = "ICEPingReply", [41] = "ICEPingReply",
[41] = "EntityData", [42] = "EntityData",
[42] = "EntityQuery", [43] = "EntityQuery",
[43] = "EntityAdd", [44] = "EntityAdd",
[44] = "EntityErase", [45] = "EntityErase",
[45] = "EntityEdit", [46] = "EntityEdit",
[46] = "DomainServerConnectionToken", [47] = "DomainServerConnectionToken",
[47] = "DomainSettingsRequest", [48] = "DomainSettingsRequest",
[48] = "DomainSettings", [49] = "DomainSettings",
[49] = "AssetGet", [50] = "AssetGet",
[50] = "AssetGetReply", [51] = "AssetGetReply",
[51] = "AssetUpload", [52] = "AssetUpload",
[52] = "AssetUploadReply", [53] = "AssetUploadReply",
[53] = "AssetGetInfo", [54] = "AssetGetInfo",
[54] = "AssetGetInfoReply" [55] = "AssetGetInfoReply"
} }
local unsourced_packet_types = { local unsourced_packet_types = {