mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 04:42:49 +02:00
The QA discussion reminded me that I should add the new type to the dissectors
This commit is contained in:
parent
d638bdd986
commit
6f15e69907
1 changed files with 25 additions and 24 deletions
|
@ -91,31 +91,32 @@ local packet_types = {
|
|||
[27] = "AssignmentClientStatus",
|
||||
[28] = "NoisyMute",
|
||||
[29] = "AvatarIdentity",
|
||||
[30] = "AvatarBillboard",
|
||||
[31] = "DomainConnectRequest",
|
||||
[32] = "DomainServerRequireDTLS",
|
||||
[33] = "NodeJsonStats",
|
||||
[30] = "AvatarIdentityRequest",
|
||||
[31] = "AvatarBillboard",
|
||||
[32] = "DomainConnectRequest",
|
||||
[33] = "DomainServerRequireDTLS",
|
||||
[34] = "NodeJsonStats",
|
||||
[34] = "OctreeDataNack",
|
||||
[35] = "StopNode",
|
||||
[36] = "AudioEnvironment",
|
||||
[37] = "EntityEditNack",
|
||||
[38] = "ICEServerHeartbeat",
|
||||
[39] = "ICEPing",
|
||||
[40] = "ICEPingReply",
|
||||
[41] = "EntityData",
|
||||
[42] = "EntityQuery",
|
||||
[43] = "EntityAdd",
|
||||
[44] = "EntityErase",
|
||||
[45] = "EntityEdit",
|
||||
[46] = "DomainServerConnectionToken",
|
||||
[47] = "DomainSettingsRequest",
|
||||
[48] = "DomainSettings",
|
||||
[49] = "AssetGet",
|
||||
[50] = "AssetGetReply",
|
||||
[51] = "AssetUpload",
|
||||
[52] = "AssetUploadReply",
|
||||
[53] = "AssetGetInfo",
|
||||
[54] = "AssetGetInfoReply"
|
||||
[36] = "StopNode",
|
||||
[37] = "AudioEnvironment",
|
||||
[38] = "EntityEditNack",
|
||||
[39] = "ICEServerHeartbeat",
|
||||
[40] = "ICEPing",
|
||||
[41] = "ICEPingReply",
|
||||
[42] = "EntityData",
|
||||
[43] = "EntityQuery",
|
||||
[44] = "EntityAdd",
|
||||
[45] = "EntityErase",
|
||||
[46] = "EntityEdit",
|
||||
[47] = "DomainServerConnectionToken",
|
||||
[48] = "DomainSettingsRequest",
|
||||
[49] = "DomainSettings",
|
||||
[50] = "AssetGet",
|
||||
[51] = "AssetGetReply",
|
||||
[52] = "AssetUpload",
|
||||
[53] = "AssetUploadReply",
|
||||
[54] = "AssetGetInfo",
|
||||
[55] = "AssetGetInfoReply"
|
||||
}
|
||||
|
||||
local unsourced_packet_types = {
|
||||
|
|
Loading…
Reference in a new issue