|
@@ -1,6 +1,6 @@
|
|
|
function obc_dissector(buffer, pinfo, tree, TC_TM_PROTOCOL, offset, instance)
|
|
|
|
|
|
- local f_timestamp1 = ProtoField.uint64("TC_TM_PROTOCOL.timestamp1", "Timestamp", base.DEC)
|
|
|
+ local f_timestamp1 = ProtoField.uint64("TC_TM_PROTOCOL.timestamp_obc", "Timestamp", base.DEC)
|
|
|
local f_fsm_state = ProtoField.uint8("TC_TM_PROTOCOL.fsm_state", "Fsm State", base.DEC)
|
|
|
local f_num_resets = ProtoField.uint8("TC_TM_PROTOCOL.num_resets", "Num of resets", base.DEC)
|
|
|
local f_io_error = ProtoField.uint16("TC_TM_PROTOCOL.io_error", "IO error", base.DEC)
|
|
@@ -100,4 +100,4 @@ end
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|