You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Register 24X Equities Memo Sbe 1.13 Show Options
186
187
omi_n24x_equities_memo_sbe_v1_13.prefs.show_common_header=Pref.bool("Show Common Header", show.common_header, "Parse and add Common Header to protocol tree")
omi_n24x_equities_memo_sbe_v1_13.prefs.show_stream_rejected_message=Pref.bool("Show Stream Rejected Message", show.stream_rejected_message, "Parse and add Stream Rejected Message to protocol tree")
208
209
omi_n24x_equities_memo_sbe_v1_13.prefs.show_stream_request_message=Pref.bool("Show Stream Request Message", show.stream_request_message, "Parse and add Stream Request Message to protocol tree")
209
210
omi_n24x_equities_memo_sbe_v1_13.prefs.show_unsequenced_message=Pref.bool("Show Unsequenced Message", show.unsequenced_message, "Parse and add Unsequenced Message to protocol tree")
211
+
omi_n24x_equities_memo_sbe_v1_13.prefs.show_parties_group_index=Pref.bool("Show Parties Group Index", show.parties_group_index, "Show generated parties group index in protocol tree")
Copy file name to clipboardExpand all lines: 24X/24X_Equities_MemoirLastSale_Sbe_v1_3_Dissector.lua
+5-13Lines changed: 5 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ show.packet = true
89
89
show.sbe_header=true
90
90
show.sbe_message=true
91
91
show.sequenced_message=true
92
+
show.message_index=true
92
93
93
94
-- Register 24X Equities MemoirLastSale Sbe 1.3 Show Options
94
95
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_common_header=Pref.bool("Show Common Header", show.common_header, "Parse and add Common Header to protocol tree")
@@ -98,44 +99,35 @@ omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_packet = Pref.bool("Show Pa
98
99
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_sbe_header=Pref.bool("Show Sbe Header", show.sbe_header, "Parse and add Sbe Header to protocol tree")
99
100
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_sbe_message=Pref.bool("Show Sbe Message", show.sbe_message, "Parse and add Sbe Message to protocol tree")
100
101
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_sequenced_message=Pref.bool("Show Sequenced Message", show.sequenced_message, "Parse and add Sequenced Message to protocol tree")
102
+
omi_n24x_equities_memoirlastsale_sbe_v1_3.prefs.show_message_index=Pref.bool("Show Message Index", show.message_index, "Show generated message index in protocol tree")
0 commit comments