tarantool / tarantool-dissector

Wireshark's dissector for the Tarantool's protocol
Other
6 stars 1 forks source link

Link request/response #3

Open neopaf opened 2 years ago

neopaf commented 2 years ago

If possible please link request with response and vice versa. Use ProtoField.framenum mechanism.

If request is without reply, please mark it as such, possible code

        subtree:add_expert_info(PI_SEQUENCE, PI_ERROR, "No reply")

https://github.com/neopaf/tarantool-dissector/issues/6

neopaf commented 2 years ago

in my task I've fixed that. feel free to take that