Browse Source

added updated zip file

priyadharsan 3 months ago
parent
commit
143d4e453b
2 changed files with 2 additions and 2 deletions
  1. 2 2
      Dissector/obc_dissector.lua
  2. BIN
      exo_dissector_lua.zip

+ 2 - 2
Dissector/obc_dissector.lua

@@ -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
       
       
          
-      
+      

BIN
exo_dissector_lua.zip