Fix RESP detection (#2289)

* Rename redis_net.c to resp.c

* Fix RESP detection
This commit is contained in:
Vladimir Gavrilov 2024-01-27 23:19:34 +03:00 committed by GitHub
parent 8e562c4ecd
commit c807d84054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
82 changed files with 196 additions and 176 deletions

View file

@ -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,