From 1162ab0a610f53f222652dabd2533edf73228376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jerry=20Lundstr=C3=B6m?= Date: Tue, 8 Mar 2022 13:02:42 +0100 Subject: [PATCH] Release 2.0.2 --- CHANGES | 17 +++++++++++++++++ LICENSE | 2 +- configure.ac | 4 ++-- contrib/cdsdump.py | 2 +- contrib/cdsidxchk.py | 2 +- debian/changelog | 19 +++++++++++++++++++ debian/copyright | 2 +- plugins/anonaes128/anonaes128.c | 2 +- plugins/anonmask/anonmask.c | 2 +- plugins/cryptopan/cryptopan.c | 2 +- plugins/cryptopant/cryptopant.c | 2 +- plugins/eventlog/eventlog.c | 2 +- plugins/ipcrypt/ipcrypt.c | 2 +- plugins/pcapdump/pcapdump.c | 2 +- plugins/royparse/royparse.c | 2 +- plugins/rssm/dnscap-rssm-rssac002 | 2 +- plugins/rssm/dnscap-rssm-rssac002.1.in | 2 +- plugins/rssm/rssm.c | 2 +- plugins/template/template.c | 2 +- plugins/txtout/txtout.c | 2 +- rpm/dnscap.spec | 15 ++++++++++++++- src/args.c | 2 +- src/args.h | 2 +- src/assert.c | 2 +- src/bpft.c | 2 +- src/bpft.h | 2 +- src/daemon.c | 2 +- src/daemon.h | 2 +- src/dnscap.1.in | 2 +- src/dnscap.c | 2 +- src/dnscap.h | 2 +- src/dnscap_common.h | 2 +- src/dump_cbor.c | 2 +- src/dump_cbor.h | 2 +- src/dump_cds.c | 2 +- src/dump_cds.h | 2 +- src/dump_dns.c | 2 +- src/dump_dns.h | 2 +- src/dumper.c | 2 +- src/dumper.h | 2 +- src/endian_compat.h | 2 +- src/endpoint.c | 2 +- src/endpoint.h | 2 +- src/hashtbl.c | 2 +- src/hashtbl.h | 2 +- src/iaddr.c | 2 +- src/iaddr.h | 2 +- src/log.c | 2 +- src/log.h | 2 +- src/memzero.c | 2 +- src/memzero.h | 2 +- src/network.c | 2 +- src/network.h | 2 +- src/options.c | 2 +- src/options.h | 2 +- src/pcaps.c | 2 +- src/pcaps.h | 2 +- src/sig.c | 2 +- src/sig.h | 2 +- src/tcpreasm.c | 2 +- src/tcpreasm.h | 2 +- src/tcpstate.c | 2 +- src/tcpstate.h | 2 +- 63 files changed, 111 insertions(+), 62 deletions(-) diff --git a/CHANGES b/CHANGES index b8fc6a2..8081d22 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +2022-03-08 Jerry Lundström + + Release 2.0.2 + + Thanks to a patch from Duane Wessels (@wessels) this release fixes + memory leaks when using `-x`/`-X` regexp filtering due to incorrect + usage of LDNS library. + + Other minor changes: + - Clarify what happens if you don't specify `-i` and add information about `any` and `all` + - Update debhelper compatibility level to 10 + + a8925a7 ldns_pkt_all() clones RRs which need to be freed with ldns_rr_list_deep_free() + 5104814 Doc + 30c36aa debhelper + 4ae4356 Bye Travis + 2021-03-11 Jerry Lundström Release 2.0.1 diff --git a/LICENSE b/LICENSE index f6e1052..e5b6b49 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ DNSCAP -Copyright (c) 2016-2021, OARC, Inc. +Copyright (c) 2016-2022, OARC, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/configure.ac b/configure.ac index ac6c156..aeaa615 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2021, OARC, Inc. +# Copyright (c) 2016-2022, OARC, Inc. # Copyright (c) 2007, The Measurement Factory, Inc. # Copyright (c) 2007, Internet Systems Consortium, Inc. # All rights reserved. @@ -33,7 +33,7 @@ # POSSIBILITY OF SUCH DAMAGE. AC_PREREQ(2.61) -AC_INIT([dnscap], [2.0.1], [dnscap-users@dns-oarc.net], [dnscap], [https://github.com/DNS-OARC/dnscap/issues]) +AC_INIT([dnscap], [2.0.2], [dnscap-users@dns-oarc.net], [dnscap], [https://github.com/DNS-OARC/dnscap/issues]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AC_CONFIG_SRCDIR([src/dnscap.c]) AC_CONFIG_HEADER([src/config.h]) diff --git a/contrib/cdsdump.py b/contrib/cdsdump.py index 3eee22f..9529f81 100755 --- a/contrib/cdsdump.py +++ b/contrib/cdsdump.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2016-2021, OARC, Inc. +# Copyright (c) 2016-2022, OARC, Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/contrib/cdsidxchk.py b/contrib/cdsidxchk.py index bcc1a67..13c39da 100755 --- a/contrib/cdsidxchk.py +++ b/contrib/cdsidxchk.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2016-2021, OARC, Inc. +# Copyright (c) 2016-2022, OARC, Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/debian/changelog b/debian/changelog index efacc73..c577846 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +dnscap (2.0.2-1~unstable+1) unstable; urgency=low + + * Release 2.0.2 + + Thanks to a patch from Duane Wessels (@wessels) this release fixes + memory leaks when using `-x`/`-X` regexp filtering due to incorrect + usage of LDNS library. + + Other minor changes: + - Clarify what happens if you don't specify `-i` and add information about `any` and `all` + - Update debhelper compatibility level to 10 + + a8925a7 ldns_pkt_all() clones RRs which need to be freed with ldns_rr_list_deep_free() + 5104814 Doc + 30c36aa debhelper + 4ae4356 Bye Travis + + -- Jerry Lundström Tue, 08 Mar 2022 13:00:33 +0100 + dnscap (2.0.1-1~unstable+1) unstable; urgency=low * Release 2.0.1 diff --git a/debian/copyright b/debian/copyright index bb0fde9..3054439 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream-Name: dnscap Source: https://github.com/DNS-OARC/dnscap Files: * -Copyright: 2016-2021 OARC, Inc. +Copyright: 2016-2022 OARC, Inc. License: BSD-3-Clause Files: isc/* diff --git a/plugins/anonaes128/anonaes128.c b/plugins/anonaes128/anonaes128.c index 340bb71..aa9539c 100644 --- a/plugins/anonaes128/anonaes128.c +++ b/plugins/anonaes128/anonaes128.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/anonmask/anonmask.c b/plugins/anonmask/anonmask.c index ca3dc0d..d6c3d89 100644 --- a/plugins/anonmask/anonmask.c +++ b/plugins/anonmask/anonmask.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/cryptopan/cryptopan.c b/plugins/cryptopan/cryptopan.c index 2e439af..3b3e973 100644 --- a/plugins/cryptopan/cryptopan.c +++ b/plugins/cryptopan/cryptopan.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/cryptopant/cryptopant.c b/plugins/cryptopant/cryptopant.c index 6fb34ed..2f8aa20 100644 --- a/plugins/cryptopant/cryptopant.c +++ b/plugins/cryptopant/cryptopant.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/eventlog/eventlog.c b/plugins/eventlog/eventlog.c index 14606f8..1854741 100644 --- a/plugins/eventlog/eventlog.c +++ b/plugins/eventlog/eventlog.c @@ -12,7 +12,7 @@ * Below is the original copyright notice from txtout.c. */ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/ipcrypt/ipcrypt.c b/plugins/ipcrypt/ipcrypt.c index 2fadcf4..b1494e8 100644 --- a/plugins/ipcrypt/ipcrypt.c +++ b/plugins/ipcrypt/ipcrypt.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/pcapdump/pcapdump.c b/plugins/pcapdump/pcapdump.c index ff70fe3..60a452f 100644 --- a/plugins/pcapdump/pcapdump.c +++ b/plugins/pcapdump/pcapdump.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/royparse/royparse.c b/plugins/royparse/royparse.c index 83e26a6..b7e9b87 100644 --- a/plugins/royparse/royparse.c +++ b/plugins/royparse/royparse.c @@ -1,7 +1,7 @@ /* * Author Roy Arends * - * Copyright (c) 2017-2021, OARC, Inc. + * Copyright (c) 2017-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/rssm/dnscap-rssm-rssac002 b/plugins/rssm/dnscap-rssm-rssac002 index f7eaaf6..cf0b144 100755 --- a/plugins/rssm/dnscap-rssm-rssac002 +++ b/plugins/rssm/dnscap-rssm-rssac002 @@ -1,6 +1,6 @@ #!/usr/bin/env perl # -# Copyright (c) 2018-2021, OARC, Inc. +# Copyright (c) 2018-2022, OARC, Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/plugins/rssm/dnscap-rssm-rssac002.1.in b/plugins/rssm/dnscap-rssm-rssac002.1.in index a625d9b..92f3f77 100644 --- a/plugins/rssm/dnscap-rssm-rssac002.1.in +++ b/plugins/rssm/dnscap-rssm-rssac002.1.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2017-2021, OARC, Inc. +.\" Copyright (c) 2017-2022, OARC, Inc. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/plugins/rssm/rssm.c b/plugins/rssm/rssm.c index 45b0ec9..f106645 100644 --- a/plugins/rssm/rssm.c +++ b/plugins/rssm/rssm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/template/template.c b/plugins/template/template.c index 6abf23c..567c9c9 100644 --- a/plugins/template/template.c +++ b/plugins/template/template.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/plugins/txtout/txtout.c b/plugins/txtout/txtout.c index 37249b9..976d18e 100644 --- a/plugins/txtout/txtout.c +++ b/plugins/txtout/txtout.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/rpm/dnscap.spec b/rpm/dnscap.spec index 45eae76..4bcbdc4 100644 --- a/rpm/dnscap.spec +++ b/rpm/dnscap.spec @@ -1,5 +1,5 @@ Name: dnscap -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: Network capture utility designed specifically for DNS traffic Group: Productivity/Networking/DNS/Utilities @@ -60,6 +60,19 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 08 2022 Jerry Lundström 2.0.2-1 +- Release 2.0.2 + * Thanks to a patch from Duane Wessels (@wessels) this release fixes + memory leaks when using `-x`/`-X` regexp filtering due to incorrect + usage of LDNS library. + * Other minor changes: + - Clarify what happens if you don't specify `-i` and add information about `any` and `all` + - Update debhelper compatibility level to 10 + * Commits: + a8925a7 ldns_pkt_all() clones RRs which need to be freed with ldns_rr_list_deep_free() + 5104814 Doc + 30c36aa debhelper + 4ae4356 Bye Travis * Thu Mar 11 2021 Jerry Lundström 2.0.1-1 - Release 2.0.1 * Fixed incorrect line break in eventlog's (plugin) output. diff --git a/src/args.c b/src/args.c index a7dd500..79bb43b 100644 --- a/src/args.c +++ b/src/args.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/args.h b/src/args.h index 6f3ab61..cf9eaff 100644 --- a/src/args.h +++ b/src/args.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/assert.c b/src/assert.c index 32f2e3b..2cb18fd 100644 --- a/src/assert.c +++ b/src/assert.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/bpft.c b/src/bpft.c index e810910..f0e506a 100644 --- a/src/bpft.c +++ b/src/bpft.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/bpft.h b/src/bpft.h index 88a272c..47b7ff3 100644 --- a/src/bpft.h +++ b/src/bpft.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/daemon.c b/src/daemon.c index 67ef86e..88ce785 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/daemon.h b/src/daemon.h index dc4fcc1..aa80f5f 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dnscap.1.in b/src/dnscap.1.in index 4d144e9..f33fcfc 100644 --- a/src/dnscap.1.in +++ b/src/dnscap.1.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2016-2021, OARC, Inc. +.\" Copyright (c) 2016-2022, OARC, Inc. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/src/dnscap.c b/src/dnscap.c index 56e1ac1..82b7c96 100644 --- a/src/dnscap.c +++ b/src/dnscap.c @@ -4,7 +4,7 @@ */ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dnscap.h b/src/dnscap.h index dd03ddd..d3a519c 100644 --- a/src/dnscap.h +++ b/src/dnscap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dnscap_common.h b/src/dnscap_common.h index db1b88b..f39758f 100644 --- a/src/dnscap_common.h +++ b/src/dnscap_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dump_cbor.c b/src/dump_cbor.c index 1d2d848..da0b532 100644 --- a/src/dump_cbor.c +++ b/src/dump_cbor.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dump_cbor.h b/src/dump_cbor.h index cbe8f3f..be3cf7f 100644 --- a/src/dump_cbor.h +++ b/src/dump_cbor.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dump_cds.c b/src/dump_cds.c index e151d35..f2b7634 100644 --- a/src/dump_cds.c +++ b/src/dump_cds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dump_cds.h b/src/dump_cds.h index a972e59..95b987e 100644 --- a/src/dump_cds.h +++ b/src/dump_cds.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dump_dns.c b/src/dump_dns.c index e03e33f..6e50736 100644 --- a/src/dump_dns.c +++ b/src/dump_dns.c @@ -4,7 +4,7 @@ */ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dump_dns.h b/src/dump_dns.h index 14c01a9..ddd58b6 100644 --- a/src/dump_dns.h +++ b/src/dump_dns.h @@ -4,7 +4,7 @@ */ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dumper.c b/src/dumper.c index b5458f5..56f0c70 100644 --- a/src/dumper.c +++ b/src/dumper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dumper.h b/src/dumper.h index f447f5c..b9ddd92 100644 --- a/src/dumper.h +++ b/src/dumper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/endian_compat.h b/src/endian_compat.h index 6c49625..27f53d1 100644 --- a/src/endian_compat.h +++ b/src/endian_compat.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/endpoint.c b/src/endpoint.c index da37fe3..78f4691 100644 --- a/src/endpoint.c +++ b/src/endpoint.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/endpoint.h b/src/endpoint.h index 9136ca9..19762a2 100644 --- a/src/endpoint.h +++ b/src/endpoint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/hashtbl.c b/src/hashtbl.c index 62e1a9e..48671d6 100644 --- a/src/hashtbl.c +++ b/src/hashtbl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/hashtbl.h b/src/hashtbl.h index 03eae65..4aad3b4 100644 --- a/src/hashtbl.h +++ b/src/hashtbl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/iaddr.c b/src/iaddr.c index 2c5cbeb..330df8e 100644 --- a/src/iaddr.c +++ b/src/iaddr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/iaddr.h b/src/iaddr.h index 0c255bd..8921a77 100644 --- a/src/iaddr.h +++ b/src/iaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/log.c b/src/log.c index a82d040..e4283ca 100644 --- a/src/log.c +++ b/src/log.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/log.h b/src/log.h index 7bee5b1..460db39 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/memzero.c b/src/memzero.c index 98a3c0b..449f528 100644 --- a/src/memzero.c +++ b/src/memzero.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/memzero.h b/src/memzero.h index e25d81c..f835b27 100644 --- a/src/memzero.h +++ b/src/memzero.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/network.c b/src/network.c index e70c994..76a645d 100644 --- a/src/network.c +++ b/src/network.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/network.h b/src/network.h index 9d5c7de..4cb4502 100644 --- a/src/network.h +++ b/src/network.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/options.c b/src/options.c index 1eee2cf..29a5dad 100644 --- a/src/options.c +++ b/src/options.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/options.h b/src/options.h index e46dd06..40e0ee8 100644 --- a/src/options.h +++ b/src/options.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pcaps.c b/src/pcaps.c index 9cb6b7b..69855ea 100644 --- a/src/pcaps.c +++ b/src/pcaps.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pcaps.h b/src/pcaps.h index 6e1e075..0f348bd 100644 --- a/src/pcaps.h +++ b/src/pcaps.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sig.c b/src/sig.c index 7e7376e..ab14cde 100644 --- a/src/sig.c +++ b/src/sig.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sig.h b/src/sig.h index c7b1296..768f6f7 100644 --- a/src/sig.h +++ b/src/sig.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021, OARC, Inc. + * Copyright (c) 2016-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcpreasm.c b/src/tcpreasm.c index ce37b10..9eb056e 100644 --- a/src/tcpreasm.c +++ b/src/tcpreasm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcpreasm.h b/src/tcpreasm.h index 6418fb2..fd920df 100644 --- a/src/tcpreasm.h +++ b/src/tcpreasm.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcpstate.c b/src/tcpstate.c index bfc5198..19f5420 100644 --- a/src/tcpstate.c +++ b/src/tcpstate.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcpstate.h b/src/tcpstate.h index ac3dd56..9a82b2d 100644 --- a/src/tcpstate.h +++ b/src/tcpstate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021, OARC, Inc. + * Copyright (c) 2018-2022, OARC, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without