Search code examples
luawiresharkwireshark-dissectorprotofield

Wireshark Lua Dissector Response Request


does someone know how to use the Protofield.framenu for frametype.RESPONSE and frametype.REQUEST for an arrow in wireshark with marks the Sequencenumber between an ACK and DATA?

Thanks a lot!


Solution

  • As far as I'm aware, it's not yet possible to perform request/response tracking with Lua dissectors. Wireshark issue 15396 - Add Lua support for tracking conversations. will track the progress of this feature though.