Can a packet be marked as a time reference from a Lua script?
In Wireshark one can set a packet as time reference via Ctrl-T (Edit
➡Set/Unset Time Reference
).
I would like to do the same from a Lua script, e.g. from a tap.
Is there a function available in Lua to do that? Preferably also usable in tshark
.