diff options
author | Luca Deri <deri@ntop.org> | 2019-06-27 16:38:36 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-06-27 16:38:36 +0200 |
commit | 81d3fc8a24c5625b94c1d1aa24b2ac214d976eea (patch) | |
tree | 707373ac8108a336e400d69e9d5b203b658973d5 /src/lib/ndpi_main.c | |
parent | cc51253007eff36e31dfd3a8aa09fbc05c01317b (diff) |
Dissection improvements
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index bf9c4069e..fcc159350 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3888,8 +3888,8 @@ void ndpi_check_flow_func(struct ndpi_detection_module_struct *ndpi_struct, /* ********************************************************************************* */ -static u_int16_t ndpi_guess_host_protocol_id(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow) { +u_int16_t ndpi_guess_host_protocol_id(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow) { u_int16_t ret = NDPI_PROTOCOL_UNKNOWN; if(flow->packet.iph) { |