Added protocol - JRMI - Java Remote Method Invocation (#2470)

This commit is contained in:
Mark Jeffery 2024-06-15 10:52:28 +02:00 committed by GitHub
parent 7c7c375b45
commit f796c94375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
113 changed files with 1988 additions and 1875 deletions

View file

@ -444,6 +444,7 @@ typedef enum {
NDPI_PROTOCOL_THREADS = 413,
NDPI_PROTOCOL_VIBER_VOIP = 414,
NDPI_PROTOCOL_ZUG = 415,
NDPI_PROTOCOL_JRMI = 416,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"