Hi, I need to do a Lua script which has to highlight some issues in a very huge heap of packets. Does somebody knows if it is possible through the Lua API and how? I suspected the "frameinfo.flags" but the reference to wtap_preference_flags does not exist in init.lua. I know that this option exists because I can filter on packet marks using the filter "frame.marked". Any help would be much appreciated. Thanks Alex asked 27 Jun '14, 06:04 format_c |
One Answer:
There is no way currently to mark packets, as far as I know. It would need to be exposed in an enhancement, and would be done by being added to The " If you don't see the " answered 27 Jun '14, 10:04 Hadriel |
Could the OP add expert info to the packets using lua and then filter on that?
Sure, or a Lua-created protocol field too.