Skip to content

Commit 0be1b44

Browse files
Another diagnostic
1 parent d0d8c5a commit 0be1b44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Asx/Asx_AsxSecurities_Ntp_Itch_v1_05_Dissector.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5254,6 +5254,9 @@ omi_asx_asxsecurities_ntp_itch_v1_05:register_heuristic("udp", omi_asx_asxsecuri
52545254
local udp_table = DissectorTable.get("udp.port")
52555255
udp_table:add(65333, omi_asx_asxsecurities_ntp_itch_v1_05)
52565256

5257+
-- Diagnostic: confirms script reached end of registration
5258+
io.stderr:write("[omi_asx_asxsecurities_ntp_itch_v1_05] registered heuristic+port 65333\n")
5259+
52575260
-----------------------------------------------------------------------
52585261
-- Lua dissectors are an easily edited and modified cross-platform dissection solution.
52595262
-- Feel free to modify. Enjoy.

0 commit comments

Comments
 (0)