diff options
author | choyos <cesar91hoyos@gmail.com> | 2019-09-20 13:29:49 +0200 |
---|---|---|
committer | choyos <cesar91hoyos@gmail.com> | 2019-09-20 13:29:49 +0200 |
commit | cbda4c2af1caadf54d7d313df4b0f425a71c49f5 (patch) | |
tree | 828f589b7f83d03bec84c85dbf562d234465f7a0 /src/include/ndpi_protocol_ids.h | |
parent | f678486393e38e09799a861989f182d14c42b90c (diff) |
Added support for industrial protocols DNP3, IEC 60780-5-104
Diffstat (limited to 'src/include/ndpi_protocol_ids.h')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index ceb3cf2c9..96e477598 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -278,14 +278,15 @@ typedef enum { NDPI_PROTOCOL_GOOGLE_DOCS = 241, NDPI_PROTOCOL_WHATSAPP_FILES = 242, /* Videos, pictures, voice messages... */ NDPI_PROTOCOL_TARGUS_GETDATA = 243, - /* + NDPI_PROTOCOL_DNP3 = 244, + NDPI_PROTOCOL_104 = 245, +/* IMPORTANT before allocating a new identifier please fill up one of those named NDPI_PROTOCOL_FREE_XXX and not used (placeholders to avoid protocol renumbering) */ - /* IMPORTANT:NDPI_LAST_IMPLEMENTED_PROTOCOL MUST BE THE LAST ELEMENT */ NDPI_LAST_IMPLEMENTED_PROTOCOL } ndpi_protocol_id_t; |