mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Fix RESP detection (#2289)
* Rename redis_net.c to resp.c * Fix RESP detection
This commit is contained in:
parent
8e562c4ecd
commit
c807d84054
82 changed files with 196 additions and 176 deletions
|
|
@ -210,7 +210,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_EBAY = 179,
|
||||
NDPI_PROTOCOL_CNN = 180,
|
||||
NDPI_PROTOCOL_MEGACO = 181,
|
||||
NDPI_PROTOCOL_REDIS = 182,
|
||||
NDPI_PROTOCOL_RESP = 182,
|
||||
NDPI_PROTOCOL_PINTEREST = 183,
|
||||
NDPI_PROTOCOL_VHUA = 184,
|
||||
NDPI_PROTOCOL_TELEGRAM = 185,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue