Add JSON-RPC protocol dissector (#2217)

* Add JSON-RPC protocol dissector

* Small fixes

* Improve detection
This commit is contained in:
Vladimir Gavrilov 2023-12-20 14:42:25 +03:00 committed by GitHub
parent 33f11cb10f
commit 149067b3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
148 changed files with 268 additions and 149 deletions

View file

@ -403,6 +403,7 @@ typedef enum {
NDPI_PROTOCOL_HISLIP = 372,
NDPI_PROTOCOL_UFTP = 373,
NDPI_PROTOCOL_OPENFLOW = 374,
NDPI_PROTOCOL_JSON_RPC = 375,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"