Home

Awesome

Tarantool protocol dissector

Tarantool is an in-memory computing platform. It uses binary protocol named IProto for communicating. See protocol description in documentation.

In Wireshark the user can control how protocols are dissected. Each protocol has its own dissector and user may add his own dissectors written in Lua. This dissector implemented for Tarantool binary protocol.

Wireshark

How to use

How to test

There is a script test.lua that uses Tarantool instance remotely via network and covers most part of IProto commands. For testing one can run Wireshark on local interface lo0 with filtering by port 3301 and run script with command tarantool test.lua.