From 37ca034697ca79ff306c5009075d4251177df285 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 1 Jan 2026 10:31:40 +0100 Subject: [PATCH] (C) update --- example/ndpiReader.c | 2 +- example/ndpiSimpleIntegration.c | 2 +- example/reader_util.c | 2 +- example/reader_util.h | 2 +- influxdb/metric_anomaly.c | 2 +- rrdtool/rrd_anomaly.c | 2 +- rrdtool/rrd_similarity.c | 2 +- src/include/ndpi_api.h | 2 +- src/include/ndpi_includes.h | 2 +- src/include/ndpi_includes_OpenBSD.h | 2 +- src/include/ndpi_main.h | 2 +- src/include/ndpi_patricia_typedefs.h | 2 +- src/include/ndpi_private.h | 2 +- src/include/ndpi_protocol_ids.h | 2 +- src/include/ndpi_typedefs.h | 2 +- src/include/ndpi_unix.h | 2 +- src/include/ndpi_win32.h | 2 +- src/lib/ndpi_binary_bitmap.c | 2 +- src/lib/ndpi_bitmap.c | 2 +- src/lib/ndpi_bitmap64_fuse.c | 2 +- src/lib/ndpi_cache.c | 2 +- src/lib/ndpi_community_id.c | 2 +- src/lib/ndpi_config.c | 2 +- src/lib/ndpi_domain_classify.c | 2 +- src/lib/ndpi_domains.c | 2 +- src/lib/ndpi_filter.c | 2 +- src/lib/ndpi_fingerprint.c | 2 +- src/lib/ndpi_hash.c | 2 +- src/lib/ndpi_main.c | 2 +- src/lib/ndpi_memory.c | 2 +- src/lib/ndpi_plugin.c | 2 +- src/lib/ndpi_serializer.c | 2 +- src/lib/ndpi_utils.c | 2 +- src/lib/plugins/myproto_plugin.c | 2 +- src/lib/protocols/afp.c | 2 +- src/lib/protocols/amqp.c | 2 +- src/lib/protocols/armagetron.c | 2 +- src/lib/protocols/bittorrent.c | 2 +- src/lib/protocols/btlib.c | 2 +- src/lib/protocols/checkmk.c | 2 +- src/lib/protocols/cpha.c | 2 +- src/lib/protocols/dhcpv6.c | 2 +- src/lib/protocols/dnp3.c | 2 +- src/lib/protocols/dofus.c | 2 +- src/lib/protocols/gearup_booster.c | 2 +- src/lib/protocols/gnutella.c | 2 +- src/lib/protocols/gtp.c | 2 +- src/lib/protocols/guildwars2.c | 2 +- src/lib/protocols/hsrp.c | 2 +- src/lib/protocols/http.c | 2 +- src/lib/protocols/iax.c | 2 +- src/lib/protocols/icecast.c | 2 +- src/lib/protocols/ipp.c | 2 +- src/lib/protocols/irc.c | 2 +- src/lib/protocols/jabber.c | 2 +- src/lib/protocols/json.c | 2 +- src/lib/protocols/kerberos.c | 2 +- src/lib/protocols/lagofast.c | 2 +- src/lib/protocols/ldap.c | 2 +- src/lib/protocols/mail_pop.c | 2 +- src/lib/protocols/mail_smtp.c | 2 +- src/lib/protocols/memcached.c | 2 +- src/lib/protocols/merakicloud.c | 2 +- src/lib/protocols/msgpack.c | 2 +- src/lib/protocols/mudfish.c | 2 +- src/lib/protocols/mysql.c | 2 +- src/lib/protocols/nest_log_sink.c | 2 +- src/lib/protocols/netbios.c | 2 +- src/lib/protocols/netflow.c | 2 +- src/lib/protocols/nexon.c | 2 +- src/lib/protocols/nfs.c | 2 +- src/lib/protocols/noe.c | 2 +- src/lib/protocols/non_tcp_udp.c | 2 +- src/lib/protocols/ntp.c | 2 +- src/lib/protocols/openvpn.c | 2 +- src/lib/protocols/postgres.c | 2 +- src/lib/protocols/pptp.c | 2 +- src/lib/protocols/raknet.c | 2 +- src/lib/protocols/rdp.c | 2 +- src/lib/protocols/rtp.c | 2 +- src/lib/protocols/rtsp.c | 2 +- src/lib/protocols/sd_rtn.c | 2 +- src/lib/protocols/sflow.c | 2 +- src/lib/protocols/sip.c | 2 +- src/lib/protocols/snmp_proto.c | 2 +- src/lib/protocols/ssdp.c | 2 +- src/lib/protocols/ssh.c | 2 +- src/lib/protocols/steam.c | 2 +- src/lib/protocols/stun.c | 2 +- src/lib/protocols/syslog.c | 2 +- src/lib/protocols/tcp_udp.c | 2 +- src/lib/protocols/telnet.c | 2 +- src/lib/protocols/tftp.c | 2 +- src/lib/protocols/tocaboca.c | 2 +- src/lib/protocols/usenet.c | 2 +- src/lib/protocols/vxlan.c | 2 +- src/lib/protocols/xdmcp.c | 2 +- tests/performance/patriciasearch.c | 2 +- tests/performance/substringsearch.c | 2 +- utils/hosts2domains.c | 2 +- utils/print_rank.c | 2 +- 101 files changed, 101 insertions(+), 101 deletions(-) diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 1ff2f448c..4902c8f91 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -1,7 +1,7 @@ /* * ndpiReader.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/example/ndpiSimpleIntegration.c b/example/ndpiSimpleIntegration.c index beb4e8b13..507d51bf1 100644 --- a/example/ndpiSimpleIntegration.c +++ b/example/ndpiSimpleIntegration.c @@ -1,6 +1,6 @@ /* * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/example/reader_util.c b/example/reader_util.c index e4fde706f..1dd41b79b 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -1,7 +1,7 @@ /* * reader_util.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/example/reader_util.h b/example/reader_util.h index fe258a97d..812235944 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -1,7 +1,7 @@ /* * ndpi_util.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/influxdb/metric_anomaly.c b/influxdb/metric_anomaly.c index 3468c55b9..86d8d080f 100644 --- a/influxdb/metric_anomaly.c +++ b/influxdb/metric_anomaly.c @@ -1,7 +1,7 @@ /* * metric_anomaly.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/rrdtool/rrd_anomaly.c b/rrdtool/rrd_anomaly.c index 688181203..182e9f132 100644 --- a/rrdtool/rrd_anomaly.c +++ b/rrdtool/rrd_anomaly.c @@ -1,7 +1,7 @@ /* * rrd_anomaly.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/rrdtool/rrd_similarity.c b/rrdtool/rrd_similarity.c index f032e0bfa..2b81d7def 100644 --- a/rrdtool/rrd_similarity.c +++ b/rrdtool/rrd_similarity.c @@ -1,7 +1,7 @@ /* * rrd_similarity.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_api.h b/src/include/ndpi_api.h index 26cead5f6..20d55100b 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1,7 +1,7 @@ /* * ndpi_api.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_includes.h b/src/include/ndpi_includes.h index 83c118bac..7652be848 100644 --- a/src/include/ndpi_includes.h +++ b/src/include/ndpi_includes.h @@ -1,7 +1,7 @@ /* * ndpi_includes.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_includes_OpenBSD.h b/src/include/ndpi_includes_OpenBSD.h index 61e3c8225..ff3812bf1 100644 --- a/src/include/ndpi_includes_OpenBSD.h +++ b/src/include/ndpi_includes_OpenBSD.h @@ -1,7 +1,7 @@ /* * ndpi_includes_OpenBSD.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_main.h b/src/include/ndpi_main.h index 38834e24d..6759f57d3 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -1,7 +1,7 @@ /* * ndpi_main.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_patricia_typedefs.h b/src/include/ndpi_patricia_typedefs.h index 84439a02b..4085aae8e 100644 --- a/src/include/ndpi_patricia_typedefs.h +++ b/src/include/ndpi_patricia_typedefs.h @@ -1,7 +1,7 @@ /* * ndpi_patricia_typedef.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_private.h b/src/include/ndpi_private.h index b16399820..53c1e6bae 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -1,6 +1,6 @@ /* * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 0d848e669..73560c843 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -1,7 +1,7 @@ /* * ndpi_protocol_ids.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index c07c4d783..938b6c846 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1,7 +1,7 @@ /* * ndpi_typedefs.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_unix.h b/src/include/ndpi_unix.h index 3cf0b5924..5db8f80cd 100644 --- a/src/include/ndpi_unix.h +++ b/src/include/ndpi_unix.h @@ -1,7 +1,7 @@ /* * ndpi_unix.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/include/ndpi_win32.h b/src/include/ndpi_win32.h index 4624d5d66..4f19e0308 100644 --- a/src/include/ndpi_win32.h +++ b/src/include/ndpi_win32.h @@ -1,7 +1,7 @@ /* * ndpi_win32.h * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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_binary_bitmap.c b/src/lib/ndpi_binary_bitmap.c index 6b15d76e2..7ee99f87d 100644 --- a/src/lib/ndpi_binary_bitmap.c +++ b/src/lib/ndpi_binary_bitmap.c @@ -1,7 +1,7 @@ /* * ndpi_binary_bitmap.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_bitmap.c b/src/lib/ndpi_bitmap.c index 27673d944..c150ccdca 100644 --- a/src/lib/ndpi_bitmap.c +++ b/src/lib/ndpi_bitmap.c @@ -1,7 +1,7 @@ /* * ndpi_bitmap.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_bitmap64_fuse.c b/src/lib/ndpi_bitmap64_fuse.c index 8545e3add..cf544bb6c 100644 --- a/src/lib/ndpi_bitmap64_fuse.c +++ b/src/lib/ndpi_bitmap64_fuse.c @@ -1,7 +1,7 @@ /* * ndpi_bitmap64_fuse.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_cache.c b/src/lib/ndpi_cache.c index 65d0b9e2c..51ea8bd65 100644 --- a/src/lib/ndpi_cache.c +++ b/src/lib/ndpi_cache.c @@ -1,7 +1,7 @@ /* * ndpi_main.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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_community_id.c b/src/lib/ndpi_community_id.c index 497073832..a7ba87b27 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-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_config.c b/src/lib/ndpi_config.c index 08e83a6cd..bddb8478d 100644 --- a/src/lib/ndpi_config.c +++ b/src/lib/ndpi_config.c @@ -1,7 +1,7 @@ /* * ndpi_config.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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_domain_classify.c b/src/lib/ndpi_domain_classify.c index 8f7dd5ac6..6960b7199 100644 --- a/src/lib/ndpi_domain_classify.c +++ b/src/lib/ndpi_domain_classify.c @@ -1,7 +1,7 @@ /* * ndpi_domain_classify.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_domains.c b/src/lib/ndpi_domains.c index 1d9727714..c4c15e406 100644 --- a/src/lib/ndpi_domains.c +++ b/src/lib/ndpi_domains.c @@ -1,7 +1,7 @@ /* * ndpi_domains.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_filter.c b/src/lib/ndpi_filter.c index da0e37bb6..87fd4939b 100644 --- a/src/lib/ndpi_filter.c +++ b/src/lib/ndpi_filter.c @@ -1,7 +1,7 @@ /* * ndpi_filter.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_fingerprint.c b/src/lib/ndpi_fingerprint.c index 57a7b65d5..6bb7b3976 100644 --- a/src/lib/ndpi_fingerprint.c +++ b/src/lib/ndpi_fingerprint.c @@ -1,7 +1,7 @@ /* * ndpi_fingerprint.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_hash.c b/src/lib/ndpi_hash.c index 93897a6db..8adaa79c5 100644 --- a/src/lib/ndpi_hash.c +++ b/src/lib/ndpi_hash.c @@ -1,7 +1,7 @@ /* * ndpi_bitmap.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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 e9e940286..720dea182 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1,7 +1,7 @@ /* * ndpi_main.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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_memory.c b/src/lib/ndpi_memory.c index 07470585a..e2a2f737e 100644 --- a/src/lib/ndpi_memory.c +++ b/src/lib/ndpi_memory.c @@ -1,7 +1,7 @@ /* * ndpi_memory.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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_plugin.c b/src/lib/ndpi_plugin.c index 720686494..966dac5f5 100644 --- a/src/lib/ndpi_plugin.c +++ b/src/lib/ndpi_plugin.c @@ -1,7 +1,7 @@ /* * ndpi_plugin.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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_serializer.c b/src/lib/ndpi_serializer.c index 77eb3acd8..4824f4648 100644 --- a/src/lib/ndpi_serializer.c +++ b/src/lib/ndpi_serializer.c @@ -1,7 +1,7 @@ /* * ndpi_serializer.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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 7c8294afe..e2cfeaa02 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1,7 +1,7 @@ /* * ndpi_utils.c * - * Copyright (C) 2011-25 - ntop.org and contributors + * Copyright (C) 2011-26 - 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/plugins/myproto_plugin.c b/src/lib/plugins/myproto_plugin.c index b502619b4..6f1344bc9 100644 --- a/src/lib/plugins/myproto_plugin.c +++ b/src/lib/plugins/myproto_plugin.c @@ -1,7 +1,7 @@ /* * myproto_plugin.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/afp.c b/src/lib/protocols/afp.c index 4560ac71a..f3860d60b 100644 --- a/src/lib/protocols/afp.c +++ b/src/lib/protocols/afp.c @@ -2,7 +2,7 @@ * afp.c * * Copyright (C) 2009-11 by ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/amqp.c b/src/lib/protocols/amqp.c index 299579975..3bac06884 100644 --- a/src/lib/protocols/amqp.c +++ b/src/lib/protocols/amqp.c @@ -1,7 +1,7 @@ /* * amqp.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/armagetron.c b/src/lib/protocols/armagetron.c index 33c4fec2f..085cb5b84 100644 --- a/src/lib/protocols/armagetron.c +++ b/src/lib/protocols/armagetron.c @@ -2,7 +2,7 @@ * armagetron.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/bittorrent.c b/src/lib/protocols/bittorrent.c index 9e5a67f3e..dcc73ce38 100644 --- a/src/lib/protocols/bittorrent.c +++ b/src/lib/protocols/bittorrent.c @@ -2,7 +2,7 @@ * bittorrent.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/btlib.c b/src/lib/protocols/btlib.c index 9b65ecffb..6330aebb7 100644 --- a/src/lib/protocols/btlib.c +++ b/src/lib/protocols/btlib.c @@ -1,7 +1,7 @@ /* * btlib.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Contributed by Vitaly Lavrov * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/checkmk.c b/src/lib/protocols/checkmk.c index 4638d6afd..cf67f4186 100644 --- a/src/lib/protocols/checkmk.c +++ b/src/lib/protocols/checkmk.c @@ -1,7 +1,7 @@ /* * checkmk.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/cpha.c b/src/lib/protocols/cpha.c index 6b2f1c79f..8f5b5890d 100644 --- a/src/lib/protocols/cpha.c +++ b/src/lib/protocols/cpha.c @@ -1,7 +1,7 @@ /* * qq.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/dhcpv6.c b/src/lib/protocols/dhcpv6.c index 97704025c..b17c229ba 100644 --- a/src/lib/protocols/dhcpv6.c +++ b/src/lib/protocols/dhcpv6.c @@ -2,7 +2,7 @@ * dhcpv6.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/dnp3.c b/src/lib/protocols/dnp3.c index 7472e33cd..7d99bf3ef 100644 --- a/src/lib/protocols/dnp3.c +++ b/src/lib/protocols/dnp3.c @@ -1,7 +1,7 @@ /* * dnp3.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/dofus.c b/src/lib/protocols/dofus.c index d87763d88..26c2d4e25 100644 --- a/src/lib/protocols/dofus.c +++ b/src/lib/protocols/dofus.c @@ -2,7 +2,7 @@ * dofus.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/gearup_booster.c b/src/lib/protocols/gearup_booster.c index 6cdd1284f..d1850fb72 100644 --- a/src/lib/protocols/gearup_booster.c +++ b/src/lib/protocols/gearup_booster.c @@ -1,7 +1,7 @@ /* * gearup_booster.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/gnutella.c b/src/lib/protocols/gnutella.c index 0acfc1740..4dcd16f22 100644 --- a/src/lib/protocols/gnutella.c +++ b/src/lib/protocols/gnutella.c @@ -2,7 +2,7 @@ * gnutella.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/gtp.c b/src/lib/protocols/gtp.c index 1a25a6315..dd10d79d1 100644 --- a/src/lib/protocols/gtp.c +++ b/src/lib/protocols/gtp.c @@ -1,7 +1,7 @@ /* * gtp.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/guildwars2.c b/src/lib/protocols/guildwars2.c index be8740a94..e73cd5581 100644 --- a/src/lib/protocols/guildwars2.c +++ b/src/lib/protocols/guildwars2.c @@ -2,7 +2,7 @@ * guildwars2.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/hsrp.c b/src/lib/protocols/hsrp.c index d6bf51dba..d0b599e7a 100644 --- a/src/lib/protocols/hsrp.c +++ b/src/lib/protocols/hsrp.c @@ -1,7 +1,7 @@ /* * ayiya.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/http.c b/src/lib/protocols/http.c index d53af382c..3cbce5e0b 100644 --- a/src/lib/protocols/http.c +++ b/src/lib/protocols/http.c @@ -1,7 +1,7 @@ /* * http.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/iax.c b/src/lib/protocols/iax.c index 0482ffd19..3b90f7f41 100644 --- a/src/lib/protocols/iax.c +++ b/src/lib/protocols/iax.c @@ -2,7 +2,7 @@ * iax.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/icecast.c b/src/lib/protocols/icecast.c index 04ea79d17..5a4639a03 100644 --- a/src/lib/protocols/icecast.c +++ b/src/lib/protocols/icecast.c @@ -2,7 +2,7 @@ * icecast.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/ipp.c b/src/lib/protocols/ipp.c index 86be5040e..92ddcdda2 100644 --- a/src/lib/protocols/ipp.c +++ b/src/lib/protocols/ipp.c @@ -2,7 +2,7 @@ * ipp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/irc.c b/src/lib/protocols/irc.c index 033aed9e6..42262fef1 100644 --- a/src/lib/protocols/irc.c +++ b/src/lib/protocols/irc.c @@ -2,7 +2,7 @@ * irc.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/jabber.c b/src/lib/protocols/jabber.c index 864d2d57a..5a9237d4f 100644 --- a/src/lib/protocols/jabber.c +++ b/src/lib/protocols/jabber.c @@ -2,7 +2,7 @@ * jabber.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/json.c b/src/lib/protocols/json.c index 5b952c551..e293df365 100644 --- a/src/lib/protocols/json.c +++ b/src/lib/protocols/json.c @@ -1,7 +1,7 @@ /* * json.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/kerberos.c b/src/lib/protocols/kerberos.c index 70e775076..bd6ef54fc 100644 --- a/src/lib/protocols/kerberos.c +++ b/src/lib/protocols/kerberos.c @@ -1,7 +1,7 @@ /* * kerberos.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2009-11 - ipoque GmbH * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/lagofast.c b/src/lib/protocols/lagofast.c index c0f6d41c2..f0c527ed7 100644 --- a/src/lib/protocols/lagofast.c +++ b/src/lib/protocols/lagofast.c @@ -1,7 +1,7 @@ /* * lagofast.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/ldap.c b/src/lib/protocols/ldap.c index 4343c0321..acaa37c5f 100644 --- a/src/lib/protocols/ldap.c +++ b/src/lib/protocols/ldap.c @@ -2,7 +2,7 @@ * ldap.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/mail_pop.c b/src/lib/protocols/mail_pop.c index 2ba8b8d5e..41c363e34 100644 --- a/src/lib/protocols/mail_pop.c +++ b/src/lib/protocols/mail_pop.c @@ -1,7 +1,7 @@ /* * mail_pop.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2009-11 - ipoque GmbH * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/mail_smtp.c b/src/lib/protocols/mail_smtp.c index 9a968f622..992908b2a 100644 --- a/src/lib/protocols/mail_smtp.c +++ b/src/lib/protocols/mail_smtp.c @@ -1,7 +1,7 @@ /* * mail_smtp.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2009-11 - ipoque GmbH * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/memcached.c b/src/lib/protocols/memcached.c index 9fc477bae..d7c0834ea 100644 --- a/src/lib/protocols/memcached.c +++ b/src/lib/protocols/memcached.c @@ -2,7 +2,7 @@ * memcached.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2018 - eGloo Incorporated * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/merakicloud.c b/src/lib/protocols/merakicloud.c index c3b7c7a73..f2abee4f5 100644 --- a/src/lib/protocols/merakicloud.c +++ b/src/lib/protocols/merakicloud.c @@ -1,7 +1,7 @@ /* * merakicloud.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/msgpack.c b/src/lib/protocols/msgpack.c index f19f84fc1..daff7b0b1 100644 --- a/src/lib/protocols/msgpack.c +++ b/src/lib/protocols/msgpack.c @@ -1,7 +1,7 @@ /* * msgpack.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/mudfish.c b/src/lib/protocols/mudfish.c index b371addaa..38788b690 100644 --- a/src/lib/protocols/mudfish.c +++ b/src/lib/protocols/mudfish.c @@ -1,7 +1,7 @@ /* * mudfish.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/mysql.c b/src/lib/protocols/mysql.c index 20df5df00..5ddf0eb8b 100644 --- a/src/lib/protocols/mysql.c +++ b/src/lib/protocols/mysql.c @@ -2,7 +2,7 @@ * mysql.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2024 - V.G * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/nest_log_sink.c b/src/lib/protocols/nest_log_sink.c index 3b08ecdac..65a5898bf 100644 --- a/src/lib/protocols/nest_log_sink.c +++ b/src/lib/protocols/nest_log_sink.c @@ -2,7 +2,7 @@ * nest_log_sink.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2018 - eGloo Incorporated * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/netbios.c b/src/lib/protocols/netbios.c index bb1e34f6a..8bf3cd44e 100644 --- a/src/lib/protocols/netbios.c +++ b/src/lib/protocols/netbios.c @@ -1,7 +1,7 @@ /* * netbios.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2009-11 - ipoque GmbH * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/netflow.c b/src/lib/protocols/netflow.c index 7e3d7580f..2fa2b938a 100644 --- a/src/lib/protocols/netflow.c +++ b/src/lib/protocols/netflow.c @@ -1,7 +1,7 @@ /* * netflow.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/nexon.c b/src/lib/protocols/nexon.c index 25fca5ac6..7b104a895 100644 --- a/src/lib/protocols/nexon.c +++ b/src/lib/protocols/nexon.c @@ -2,7 +2,7 @@ * nexon.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/nfs.c b/src/lib/protocols/nfs.c index b978c697b..8d20120e7 100644 --- a/src/lib/protocols/nfs.c +++ b/src/lib/protocols/nfs.c @@ -2,7 +2,7 @@ * nfs.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/noe.c b/src/lib/protocols/noe.c index d0faf0d00..0a2deed57 100644 --- a/src/lib/protocols/noe.c +++ b/src/lib/protocols/noe.c @@ -2,7 +2,7 @@ * noe.c (Alcatel new office environment) * * Copyright (C) 2013 Remy Mudingay - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/non_tcp_udp.c b/src/lib/protocols/non_tcp_udp.c index ee4981817..ffd31b2b0 100644 --- a/src/lib/protocols/non_tcp_udp.c +++ b/src/lib/protocols/non_tcp_udp.c @@ -2,7 +2,7 @@ * non_tcp_udp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/ntp.c b/src/lib/protocols/ntp.c index 95ef7dddd..56a38f677 100644 --- a/src/lib/protocols/ntp.c +++ b/src/lib/protocols/ntp.c @@ -2,7 +2,7 @@ * ntp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/openvpn.c b/src/lib/protocols/openvpn.c index 768e181f8..1b9339b53 100644 --- a/src/lib/protocols/openvpn.c +++ b/src/lib/protocols/openvpn.c @@ -1,7 +1,7 @@ /* * openvpn.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * * nDPI is free software: you can redistribute it and/or modify diff --git a/src/lib/protocols/postgres.c b/src/lib/protocols/postgres.c index a9712500d..c1d3f9a42 100644 --- a/src/lib/protocols/postgres.c +++ b/src/lib/protocols/postgres.c @@ -2,7 +2,7 @@ * postgres.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/pptp.c b/src/lib/protocols/pptp.c index 8e0fcc458..1931d5552 100644 --- a/src/lib/protocols/pptp.c +++ b/src/lib/protocols/pptp.c @@ -2,7 +2,7 @@ * pptp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/raknet.c b/src/lib/protocols/raknet.c index bdbd4706e..811c07be5 100644 --- a/src/lib/protocols/raknet.c +++ b/src/lib/protocols/raknet.c @@ -1,7 +1,7 @@ /* * raknet.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/rdp.c b/src/lib/protocols/rdp.c index 0e4fef39f..4030ea76d 100644 --- a/src/lib/protocols/rdp.c +++ b/src/lib/protocols/rdp.c @@ -2,7 +2,7 @@ * rdp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/rtp.c b/src/lib/protocols/rtp.c index 7c1bdceed..362960434 100644 --- a/src/lib/protocols/rtp.c +++ b/src/lib/protocols/rtp.c @@ -2,7 +2,7 @@ * rtp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/rtsp.c b/src/lib/protocols/rtsp.c index d5b418232..c5c02f768 100644 --- a/src/lib/protocols/rtsp.c +++ b/src/lib/protocols/rtsp.c @@ -2,7 +2,7 @@ * rtsp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/sd_rtn.c b/src/lib/protocols/sd_rtn.c index 3c4313d3f..eae356fe5 100644 --- a/src/lib/protocols/sd_rtn.c +++ b/src/lib/protocols/sd_rtn.c @@ -1,7 +1,7 @@ /* * sd_rtn.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/sflow.c b/src/lib/protocols/sflow.c index e273672a4..3dc5ae4af 100644 --- a/src/lib/protocols/sflow.c +++ b/src/lib/protocols/sflow.c @@ -1,7 +1,7 @@ /* * sflow.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/sip.c b/src/lib/protocols/sip.c index 42be61b51..8167e01e5 100644 --- a/src/lib/protocols/sip.c +++ b/src/lib/protocols/sip.c @@ -2,7 +2,7 @@ * sip.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/snmp_proto.c b/src/lib/protocols/snmp_proto.c index dde4d6aa5..864f12eab 100644 --- a/src/lib/protocols/snmp_proto.c +++ b/src/lib/protocols/snmp_proto.c @@ -1,7 +1,7 @@ /* * snmp.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/ssdp.c b/src/lib/protocols/ssdp.c index c411df579..753f5ea48 100644 --- a/src/lib/protocols/ssdp.c +++ b/src/lib/protocols/ssdp.c @@ -2,7 +2,7 @@ * ssdp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/ssh.c b/src/lib/protocols/ssh.c index aba6e64d4..955db99d0 100644 --- a/src/lib/protocols/ssh.c +++ b/src/lib/protocols/ssh.c @@ -1,7 +1,7 @@ /* * ssh.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2009-11 - ipoque GmbH * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/steam.c b/src/lib/protocols/steam.c index 1fd461d2a..3d4030775 100644 --- a/src/lib/protocols/steam.c +++ b/src/lib/protocols/steam.c @@ -1,7 +1,7 @@ /* * steam.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2014 Tomasz Bujlow * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/stun.c b/src/lib/protocols/stun.c index bd3795901..8b2628fb4 100644 --- a/src/lib/protocols/stun.c +++ b/src/lib/protocols/stun.c @@ -1,7 +1,7 @@ /* * stun.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/syslog.c b/src/lib/protocols/syslog.c index c0cedcd77..c1977192f 100644 --- a/src/lib/protocols/syslog.c +++ b/src/lib/protocols/syslog.c @@ -2,7 +2,7 @@ * syslog.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/tcp_udp.c b/src/lib/protocols/tcp_udp.c index d24f83848..14792ccb2 100644 --- a/src/lib/protocols/tcp_udp.c +++ b/src/lib/protocols/tcp_udp.c @@ -1,7 +1,7 @@ /* * tcp_or_udp.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/telnet.c b/src/lib/protocols/telnet.c index 563573b45..922248c54 100644 --- a/src/lib/protocols/telnet.c +++ b/src/lib/protocols/telnet.c @@ -1,7 +1,7 @@ /* * telnet.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * Copyright (C) 2009-11 - ipoque GmbH * * This file is part of nDPI, an open source deep packet inspection diff --git a/src/lib/protocols/tftp.c b/src/lib/protocols/tftp.c index b0686b8d4..c0ee0a774 100644 --- a/src/lib/protocols/tftp.c +++ b/src/lib/protocols/tftp.c @@ -2,7 +2,7 @@ * tftp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/tocaboca.c b/src/lib/protocols/tocaboca.c index b69117104..65736804e 100644 --- a/src/lib/protocols/tocaboca.c +++ b/src/lib/protocols/tocaboca.c @@ -1,7 +1,7 @@ /* * tocaboca.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/usenet.c b/src/lib/protocols/usenet.c index 34bacb74b..1afee0d29 100644 --- a/src/lib/protocols/usenet.c +++ b/src/lib/protocols/usenet.c @@ -2,7 +2,7 @@ * usenet.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/vxlan.c b/src/lib/protocols/vxlan.c index ab8383b03..2b95500e4 100644 --- a/src/lib/protocols/vxlan.c +++ b/src/lib/protocols/vxlan.c @@ -1,7 +1,7 @@ /* * vxlan.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/protocols/xdmcp.c b/src/lib/protocols/xdmcp.c index 7aadb0f28..0db745128 100644 --- a/src/lib/protocols/xdmcp.c +++ b/src/lib/protocols/xdmcp.c @@ -2,7 +2,7 @@ * xdmcp.c * * Copyright (C) 2009-11 - ipoque GmbH - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/tests/performance/patriciasearch.c b/tests/performance/patriciasearch.c index 2b9cc258b..02b16b439 100644 --- a/tests/performance/patriciasearch.c +++ b/tests/performance/patriciasearch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/tests/performance/substringsearch.c b/tests/performance/substringsearch.c index 7f4008690..087c5bcd3 100644 --- a/tests/performance/substringsearch.c +++ b/tests/performance/substringsearch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/utils/hosts2domains.c b/utils/hosts2domains.c index e2e9b4628..7f6ec14ac 100644 --- a/utils/hosts2domains.c +++ b/utils/hosts2domains.c @@ -1,7 +1,7 @@ /* * ndpiReader.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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/utils/print_rank.c b/utils/print_rank.c index e541b5358..dc3391de7 100644 --- a/utils/print_rank.c +++ b/utils/print_rank.c @@ -1,7 +1,7 @@ /* * ndpiReader.c * - * Copyright (C) 2011-25 - ntop.org + * Copyright (C) 2011-26 - ntop.org * * 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