Skip to content

Where to find IPROTO_* constants? #10041

Answered by Totktonada
wh75er asked this question in Q&A
Discussion options

You must be logged in to vote

First, glance on the-tcpdump-group/tcpdump#1023 -- @0x501D added support for Tarantool's protocol parsing into tcpdump. Use -T tarantool CLI option.

There is a Wireshark's dissector as well: https://github.com/tarantool/tarantool-dissector.

You may be also interested in a Scapy based sniffer: https://github.com/dsamirov/tarantool-iproto-sniffer.

Answering your question, the constants are in the documentation. You can also look at the most actual constants in the source code (please, take into account that some of the constants are defined using a macro, so search for them without the IPROTO_ prefix).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wh75er
Comment options

Answer selected by wh75er
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants