diff options
author | Luca Deri <deri@ntop.org> | 2023-01-31 20:08:30 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-01-31 20:08:30 +0100 |
commit | 2086058d003f3739a7d0ba8a2526dd5a476f7e66 (patch) | |
tree | 9a66d2014217b59fc8073b6b6e594db6facc06e2 /src/lib/protocols | |
parent | a151276db87e1790ac911bc210a495feb16d5240 (diff) |
Updated (C)
Diffstat (limited to 'src/lib/protocols')
-rw-r--r-- | src/lib/protocols/activision.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/alicloud.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/collectd.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/crynet.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/discord.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/elasticsearch.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/fastcgi.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/i3d.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/ipsec.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/kismet.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/line.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/mpegdash.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/munin.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/natpmp.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/riotgames.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/rsh.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/softether.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/syncthing.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/tailscale.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/threema.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/tivoconnect.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/tplink_shp.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/tuya_lp.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/ultrasurf.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/xiaomi.c | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/src/lib/protocols/activision.c b/src/lib/protocols/activision.c index 09a90af9d..22acd4694 100644 --- a/src/lib/protocols/activision.c +++ b/src/lib/protocols/activision.c @@ -1,7 +1,7 @@ /* * activision.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/alicloud.c b/src/lib/protocols/alicloud.c index 7ee192ad5..3966e7587 100644 --- a/src/lib/protocols/alicloud.c +++ b/src/lib/protocols/alicloud.c @@ -1,7 +1,7 @@ /* * alicloud.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/collectd.c b/src/lib/protocols/collectd.c index 5b9e3ae54..990ff6108 100644 --- a/src/lib/protocols/collectd.c +++ b/src/lib/protocols/collectd.c @@ -1,7 +1,7 @@ /* * collectd.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/crynet.c b/src/lib/protocols/crynet.c index a276c7299..3d410c807 100644 --- a/src/lib/protocols/crynet.c +++ b/src/lib/protocols/crynet.c @@ -1,7 +1,7 @@ /* * crynet.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/discord.c b/src/lib/protocols/discord.c index 95577072c..e3e59a7e4 100644 --- a/src/lib/protocols/discord.c +++ b/src/lib/protocols/discord.c @@ -1,7 +1,7 @@ /* * discord.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/elasticsearch.c b/src/lib/protocols/elasticsearch.c index aa099b8a3..f29b3fb4b 100644 --- a/src/lib/protocols/elasticsearch.c +++ b/src/lib/protocols/elasticsearch.c @@ -1,7 +1,7 @@ /* * elasticsearch.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/fastcgi.c b/src/lib/protocols/fastcgi.c index 5a608eda5..f5b4eb0b1 100644 --- a/src/lib/protocols/fastcgi.c +++ b/src/lib/protocols/fastcgi.c @@ -1,7 +1,7 @@ /* * fastcgi.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/i3d.c b/src/lib/protocols/i3d.c index ca0a78ebe..ba292c3d7 100644 --- a/src/lib/protocols/i3d.c +++ b/src/lib/protocols/i3d.c @@ -1,7 +1,7 @@ /* * i3d.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/ipsec.c b/src/lib/protocols/ipsec.c index 77e55070d..1e49d6ef4 100644 --- a/src/lib/protocols/ipsec.c +++ b/src/lib/protocols/ipsec.c @@ -1,7 +1,7 @@ /* * ipsec.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/kismet.c b/src/lib/protocols/kismet.c index 5bdbaad58..4d4f3dae4 100644 --- a/src/lib/protocols/kismet.c +++ b/src/lib/protocols/kismet.c @@ -1,7 +1,7 @@ /* * kismet.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/line.c b/src/lib/protocols/line.c index 9c7b65596..d49dd4c27 100644 --- a/src/lib/protocols/line.c +++ b/src/lib/protocols/line.c @@ -1,7 +1,7 @@ /* * line.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/mpegdash.c b/src/lib/protocols/mpegdash.c index 252496f02..c94e60782 100644 --- a/src/lib/protocols/mpegdash.c +++ b/src/lib/protocols/mpegdash.c @@ -1,7 +1,7 @@ /* * mpegdash.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/munin.c b/src/lib/protocols/munin.c index c8e67e2c2..e3fcf5bc0 100644 --- a/src/lib/protocols/munin.c +++ b/src/lib/protocols/munin.c @@ -1,7 +1,7 @@ /* * munin.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/natpmp.c b/src/lib/protocols/natpmp.c index f986fdb98..bfc91886e 100644 --- a/src/lib/protocols/natpmp.c +++ b/src/lib/protocols/natpmp.c @@ -1,7 +1,7 @@ /* * natpmp.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/riotgames.c b/src/lib/protocols/riotgames.c index 687f950fc..370b29f93 100644 --- a/src/lib/protocols/riotgames.c +++ b/src/lib/protocols/riotgames.c @@ -1,7 +1,7 @@ /* * riotgames.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/rsh.c b/src/lib/protocols/rsh.c index 04a69463e..f1ce95a84 100644 --- a/src/lib/protocols/rsh.c +++ b/src/lib/protocols/rsh.c @@ -1,7 +1,7 @@ /* * rsh.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/softether.c b/src/lib/protocols/softether.c index f889cf09f..5992ec322 100644 --- a/src/lib/protocols/softether.c +++ b/src/lib/protocols/softether.c @@ -1,7 +1,7 @@ /* * softether.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/syncthing.c b/src/lib/protocols/syncthing.c index 424b91bab..cdfc756c6 100644 --- a/src/lib/protocols/syncthing.c +++ b/src/lib/protocols/syncthing.c @@ -1,7 +1,7 @@ /* * syncthing.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/tailscale.c b/src/lib/protocols/tailscale.c index ac6669ccc..ca866d5ab 100644 --- a/src/lib/protocols/tailscale.c +++ b/src/lib/protocols/tailscale.c @@ -1,7 +1,7 @@ /* * tailscale.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - ntop.org * * nDPI is free software: you can zmqtribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/lib/protocols/threema.c b/src/lib/protocols/threema.c index 464710ba5..eca410ad4 100644 --- a/src/lib/protocols/threema.c +++ b/src/lib/protocols/threema.c @@ -1,7 +1,7 @@ /* * threema.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - ntop.org * * nDPI is free software: you can zmqtribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/lib/protocols/tivoconnect.c b/src/lib/protocols/tivoconnect.c index 6bbe6cca6..de0b78c25 100644 --- a/src/lib/protocols/tivoconnect.c +++ b/src/lib/protocols/tivoconnect.c @@ -1,7 +1,7 @@ /* * tivoconnect.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/tplink_shp.c b/src/lib/protocols/tplink_shp.c index df409ac41..6b75754dd 100644 --- a/src/lib/protocols/tplink_shp.c +++ b/src/lib/protocols/tplink_shp.c @@ -3,7 +3,7 @@ * * TP-LINK Smart Home Protocol * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/tuya_lp.c b/src/lib/protocols/tuya_lp.c index 7c3e50a1e..c62f979cc 100644 --- a/src/lib/protocols/tuya_lp.c +++ b/src/lib/protocols/tuya_lp.c @@ -1,7 +1,7 @@ /* * tuya_lp.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/ultrasurf.c b/src/lib/protocols/ultrasurf.c index ed8dbf12d..be878ca14 100644 --- a/src/lib/protocols/ultrasurf.c +++ b/src/lib/protocols/ultrasurf.c @@ -1,7 +1,7 @@ /* * ultrasurf.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - 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/xiaomi.c b/src/lib/protocols/xiaomi.c index dc658481e..1cdd79377 100644 --- a/src/lib/protocols/xiaomi.c +++ b/src/lib/protocols/xiaomi.c @@ -1,7 +1,7 @@ /* * xiaomi.c * - * Copyright (C) 2022 - ntop.org + * Copyright (C) 2022-23 - ntop.org * * nDPI is free software: you can zmqtribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by |