|
@@ -70,10 +70,10 @@ TC_TM_PROTOCOL.fields = { f_sub_mod_id, f_Queue_id, f_num_of_instance, f_Health_
|
|
|
len = len - 4
|
|
|
if submodule_id == 0 then
|
|
|
require("eps_dissector")
|
|
|
- dissect_power_system_data(buffer, pinfo, tree, TC_TM_PROTOCOL, offset, tm_len, num_of_instance)
|
|
|
+ dissect_power_system_data(buffer, pinfo, subtree1, TC_TM_PROTOCOL, offset, tm_len, num_of_instance)
|
|
|
elseif submodule_id == 3 then
|
|
|
require("uhf_dissector")
|
|
|
- UHF_DISSECTOR(buffer, pinfo, tree, TC_TM_PROTOCOL, offset, tm_len, num_of_instance)
|
|
|
+ UHF_DISSECTOR(buffer, pinfo, subtree1, TC_TM_PROTOCOL, offset, tm_len, num_of_instance)
|
|
|
elseif submodule_id == 5 then
|
|
|
require("obc_dissector")
|
|
|
obc_dissector(buffer, pinfo, subtree1, TC_TM_PROTOCOL, offset, num_of_instance)
|