|
@@ -71,9 +71,9 @@ TC_TM_PROTOCOL.fields = { f_sub_mod_id, f_Queue_id, f_num_of_instance, f_Health_
|
|
|
if submodule_id == 0 then
|
|
|
require("eps_dissector")
|
|
|
dissect_power_system_data(buffer, pinfo, subtree1, TC_TM_PROTOCOL, offset, tm_len, num_of_instance)
|
|
|
- elseif submodule_id == 1 then
|
|
|
- require("adcs_dissector")
|
|
|
- adcs_dissector(buffer, pinfo, subtree1, TC_TM_PROTOCOL, offset, tm_len,num_of_instance,queue_id)
|
|
|
+ elseif submodule_id == 1 then
|
|
|
+ require("adcs_dissector")
|
|
|
+ adcs_dissector(buffer, pinfo, subtree1, TC_TM_PROTOCOL, offset, num_of_instance, queue_id)
|
|
|
elseif submodule_id == 3 then
|
|
|
require("uhf_dissector")
|
|
|
UHF_DISSECTOR(buffer, pinfo, subtree1, TC_TM_PROTOCOL, offset, tm_len, num_of_instance)
|