mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Add JSON-RPC protocol dissector (#2217)
* Add JSON-RPC protocol dissector * Small fixes * Improve detection
This commit is contained in:
parent
33f11cb10f
commit
149067b3fc
148 changed files with 268 additions and 149 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue