From 3df8742b386a2c5715115425ec8b3062d8cb6d35 Mon Sep 17 00:00:00 2001 From: Ivan Gavalidi Date: Sun, 21 Sep 2025 21:27:47 +0300 Subject: [PATCH] add new iproto sniff --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 97c4daf..1288884 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ A curated list of delightful Tarantool [modules](#modules), (builtin) - a Lua module to read Tarantool's data files. - [iproto-sniffer](https://github.com/dsamirov/tarantool-iproto-sniffer) - detects insert and replace and call protocol commands. +- [iproto-tarantool-sniffer](https://github.com/LaNdErTiS/iproto-tarantool-sniffer) - + a command-line tool designed for sniffing and decoding Tarantool binary protocol. It supports both live packet capture and PCAP file analysis, decoding various messages including communications between clients and instances, as well as between cluster replicas. - [tarantool-dissector](https://github.com/tarantool/tarantool-dissector) - Wireshark dissector for Tarantool binary protocol.