diff options
author | Luca <deri@ntop.org> | 2018-11-30 18:41:16 +0100 |
---|---|---|
committer | Luca <deri@ntop.org> | 2018-11-30 18:41:16 +0100 |
commit | be2934f9ad2f9ea21ca19a9f64e5bf3b67e22447 (patch) | |
tree | a0f72eaa383d9fb1629453ade1feca6f00e59eb7 /src/include/ndpi_main.h | |
parent | 2993d9d37e994e58ed166501a306f3edbf2f0d07 (diff) |
Added the concept of protocols that can have subprotocols. Example Spotify cannot have subprotocols, DNS can (DNS.Spotify)
Merged Skype call in/out in Skype Call
Diffstat (limited to 'src/include/ndpi_main.h')
-rw-r--r-- | src/include/ndpi_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index 41280fb8e..e37576289 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -97,6 +97,7 @@ extern "C" { extern void ndpi_set_proto_defaults(struct ndpi_detection_module_struct *ndpi_mod, ndpi_protocol_breed_t protoBreed, u_int16_t protoId, + u_int8_t can_have_a_subprotocol, u_int16_t tcp_alias_protoId[2], u_int16_t udp_alias_protoId[2], char *protoName, ndpi_protocol_category_t protoCategory, |