Skip to content

Commit

Permalink
Tarantool binary protocol support
Browse files Browse the repository at this point in the history
Added Tarantool binary protocol parsing (IPROTO).

Protocol info From IANA database:
Service Name: tarantool
Port Number: 3301
Transport Protocol: tcp/udp
Description: Tarantool in-memory computing platform
  • Loading branch information
0x501D committed Dec 16, 2022
1 parent baee15d commit b0e124c
Show file tree
Hide file tree
Showing 15 changed files with 9,049 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,8 @@ set(NETDISSECT_SOURCE_LIST_C
ipproto.c
l2vpn.c
machdep.c
msgpuck.c
msgpuck_hints.c
netdissect.c
netdissect-alloc.c
nlpid.c
Expand Down Expand Up @@ -1174,6 +1176,7 @@ set(NETDISSECT_SOURCE_LIST_C
print-sunrpc.c
print-symantec.c
print-syslog.c
print-tarantool.c
print-tcp.c
print-telnet.c
print-tftp.c
Expand Down
3 changes: 3 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ LIBNETDISSECT_SRC=\
ipproto.c \
l2vpn.c \
machdep.c \
msgpuck.c \
msgpuck_hints.c \
netdissect.c \
netdissect-alloc.c \
nlpid.c \
Expand Down Expand Up @@ -229,6 +231,7 @@ LIBNETDISSECT_SRC=\
print-sunrpc.c \
print-symantec.c \
print-syslog.c \
print-tarantool.c \
print-tcp.c \
print-telnet.c \
print-tftp.c \
Expand Down
Loading

0 comments on commit b0e124c

Please sign in to comment.