Merge pull request #14916 from SimonWalton-HiFi/dissectors-add-audiosolorequest

Dissectors - Add AudioSoloRequest, BulkAvatarTraitsAck
This commit is contained in:
Shannon Romano 2019-03-20 12:46:02 -07:00 committed by GitHub
commit 560459f491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,9 @@ local packet_types = {
[97] = "OctreeDataPersist",
[98] = "EntityClone",
[99] = "EntityQueryInitialResultsComplete",
[100] = "BulkAvatarTraits"
[100] = "BulkAvatarTraits",
[101] = "AudioSoloRequest",
[102] = "BulkAvatarTraitsAck"
}
local unsourced_packet_types = {
@ -301,7 +303,6 @@ function p_hfudt.dissector(buf, pinfo, tree)
-- check if we have part of a message that we need to re-assemble
-- before it can be dissected
if obfuscation_bits == 0 then
if message_bit == 1 and message_position ~= 0 then
if fragments[message_number] == nil then
fragments[message_number] = {}
@ -350,7 +351,6 @@ function p_hfudt.dissector(buf, pinfo, tree)
else
payload_to_dissect = buf(i):tvb()
end
end
if payload_to_dissect ~= nil then
-- Domain packets