Skip to content
Snippets Groups Projects
Commit 01c70467 authored by ocelot-inc's avatar ocelot-inc
Browse files

connectors.xml short mention of wireshark dissector

parent a74d1b0b
No related merge requests found
......@@ -20,6 +20,9 @@ The Tarantool API exists so that a client program can send a request packet
to the server, and receive a response. Here is an example of a what the client
would send for <command>INSERT INTO t0 VALUES ('A','BB')</command>. The BNF description of the components
is in file <link xlink:href="https://github.com/tarantool/tarantool/blob/master/doc/box-protocol.txt" xlink:title="A complete BNF of Tarantool client/server protocol">doc/box-protocol.txt</link>.
A third-party contribution written in Lua for unpacking Tarantool messages is in file
<link xlink:href="https://github.com/negram/Tnt-dissector/blob/master/tarantool.dis.lua" xlink:title="tarantool.dis.lua">Tnt-dissector</link>.
</para>
<informaltable frame='topbot'>
<tgroup cols='5' align='left' colsep='1' rowsep='1'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment