Add STOMP protocol dissector (#2280)

This commit is contained in:
Vladimir Gavrilov 2024-01-23 23:08:13 +03:00 committed by GitHub
parent 9b26e74bb7
commit f04b4450a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 219 additions and 94 deletions

View file

@ -418,6 +418,7 @@ typedef enum {
NDPI_PROTOCOL_MUMBLE = 387,
NDPI_PROTOCOL_YOJIMBO = 388,
NDPI_PROTOCOL_ELECTRONICARTS = 389,
NDPI_PROTOCOL_STOMP = 390,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"