diff options
author | Luca Deri <deri@ntop.org> | 2023-04-28 22:10:34 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-04-28 23:00:33 +0200 |
commit | b39ece4428c5d22d42eaf004144b0fa21d06dbcb (patch) | |
tree | b9fb6614b77d992473a43511119092298ac9a4dc /src | |
parent | 791d3e6ad3fca475204e6fff24d07d6964a0eb53 (diff) |
Updated (C)
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_bitmap.c | 2 | ||||
-rw-r--r-- | src/lib/ndpi_community_id.c | 2 | ||||
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 2 | ||||
-rw-r--r-- | src/lib/ndpi_dga_match.c.inc | 2 | ||||
-rw-r--r-- | src/lib/ndpi_main.c | 1 | ||||
-rw-r--r-- | src/lib/ndpi_serializer.c | 2 | ||||
-rw-r--r-- | src/lib/ndpi_utils.c | 2 |
7 files changed, 6 insertions, 7 deletions
diff --git a/src/lib/ndpi_bitmap.c b/src/lib/ndpi_bitmap.c index cf23b3f34..e87ca1620 100644 --- a/src/lib/ndpi_bitmap.c +++ b/src/lib/ndpi_bitmap.c @@ -1,7 +1,7 @@ /* * ndpi_utils.c * - * Copyright (C) 2011-22 - ntop.org + * Copyright (C) 2011-23 - ntop.org and contributors * * This file is part of nDPI, an open source deep packet inspection * library based on the OpenDPI and PACE technology by ipoque GmbH diff --git a/src/lib/ndpi_community_id.c b/src/lib/ndpi_community_id.c index 9e0797054..de66b2954 100644 --- a/src/lib/ndpi_community_id.c +++ b/src/lib/ndpi_community_id.c @@ -1,7 +1,7 @@ /* * ndpi_community_id.c * - * Copyright (C) 2011-22 - ntop.org + * Copyright (C) 2011-23 - ntop.org and contributors * * This file is part of nDPI, an open source deep packet inspection * library based on the OpenDPI and PACE technology by ipoque GmbH diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 0cfe17833..d104ec588 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -1,7 +1,7 @@ /* * ndpi_content_match.c.inc * - * Copyright (C) 2011-22 - ntop.org + * Copyright (C) 2011-23 - ntop.org and contributors * * nDPI is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/lib/ndpi_dga_match.c.inc b/src/lib/ndpi_dga_match.c.inc index 6d8dc6aee..c7a9f076d 100644 --- a/src/lib/ndpi_dga_match.c.inc +++ b/src/lib/ndpi_dga_match.c.inc @@ -1,7 +1,7 @@ /* * ndpi_dga_match.c.inc * - * Copyright (C) 2011-22 - ntop.org + * Copyright (C) 2011-23 - ntop.org and contributors * * nDPI is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index cab17cc5f..d29568d05 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -7899,7 +7899,6 @@ static ndpi_protocol ndpi_internal_guess_undetected_protocol(struct ndpi_detecti #endif if(flow && ((proto == IPPROTO_TCP) || (proto == IPPROTO_UDP))) { - if(flow->guessed_protocol_id != NDPI_PROTOCOL_UNKNOWN) { if(flow->guessed_protocol_id_by_ip != NDPI_PROTOCOL_UNKNOWN) { ret.master_protocol = flow->guessed_protocol_id; diff --git a/src/lib/ndpi_serializer.c b/src/lib/ndpi_serializer.c index efae73b05..9d3fe9892 100644 --- a/src/lib/ndpi_serializer.c +++ b/src/lib/ndpi_serializer.c @@ -1,7 +1,7 @@ /* * ndpi_serializer.c * - * Copyright (C) 2011-22 - ntop.org + * Copyright (C) 2011-23 - ntop.org and contributors * * nDPI is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 343c5b0f0..69599a7dc 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1,7 +1,7 @@ /* * ndpi_utils.c * - * Copyright (C) 2011-22 - ntop.org + * Copyright (C) 2011-23 - ntop.org and contributors * * This file is part of nDPI, an open source deep packet inspection * library based on the OpenDPI and PACE technology by ipoque GmbH |