summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:45:31 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:45:31 +0000
commitf5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66 (patch)
treeb0042536e5ff6047564d27d25470dcec2b92f258 /src/input
parentReleasing debian version 1.2.3-3. (diff)
downloaddnsjit-f5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66.tar.xz
dnsjit-f5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66.zip
Merging upstream version 1.3.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'src/input')
-rw-r--r--src/input/fpcap.c2
-rw-r--r--src/input/fpcap.h2
-rw-r--r--src/input/fpcap.hh2
-rw-r--r--src/input/fpcap.lua2
-rw-r--r--src/input/mmpcap.c2
-rw-r--r--src/input/mmpcap.h2
-rw-r--r--src/input/mmpcap.hh2
-rw-r--r--src/input/mmpcap.lua2
-rw-r--r--src/input/pcap.c2
-rw-r--r--src/input/pcap.h2
-rw-r--r--src/input/pcap.hh2
-rw-r--r--src/input/pcap.lua2
-rw-r--r--src/input/zero.lua2
-rw-r--r--src/input/zpcap.c2
-rw-r--r--src/input/zpcap.h2
-rw-r--r--src/input/zpcap.hh2
-rw-r--r--src/input/zpcap.lua2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/input/fpcap.c b/src/input/fpcap.c
index ec9cfff..8c585c8 100644
--- a/src/input/fpcap.c
+++ b/src/input/fpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/fpcap.h b/src/input/fpcap.h
index dfa2dbe..e327acd 100644
--- a/src/input/fpcap.h
+++ b/src/input/fpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/fpcap.hh b/src/input/fpcap.hh
index 0337503..aacad46 100644
--- a/src/input/fpcap.hh
+++ b/src/input/fpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/fpcap.lua b/src/input/fpcap.lua
index c52c7a4..3372228 100644
--- a/src/input/fpcap.lua
+++ b/src/input/fpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2022, OARC, Inc.
+-- Copyright (c) 2018-2023, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/mmpcap.c b/src/input/mmpcap.c
index ee2baa2..c5b8542 100644
--- a/src/input/mmpcap.c
+++ b/src/input/mmpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/mmpcap.h b/src/input/mmpcap.h
index e7c66e8..caecb38 100644
--- a/src/input/mmpcap.h
+++ b/src/input/mmpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/mmpcap.hh b/src/input/mmpcap.hh
index de446b7..0f793fc 100644
--- a/src/input/mmpcap.hh
+++ b/src/input/mmpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/mmpcap.lua b/src/input/mmpcap.lua
index f03636e..97d3b47 100644
--- a/src/input/mmpcap.lua
+++ b/src/input/mmpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2022, OARC, Inc.
+-- Copyright (c) 2018-2023, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/pcap.c b/src/input/pcap.c
index 5506bac..6a2e245 100644
--- a/src/input/pcap.c
+++ b/src/input/pcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/pcap.h b/src/input/pcap.h
index c6d65ce..2756153 100644
--- a/src/input/pcap.h
+++ b/src/input/pcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/pcap.hh b/src/input/pcap.hh
index 900338c..20b156a 100644
--- a/src/input/pcap.hh
+++ b/src/input/pcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/pcap.lua b/src/input/pcap.lua
index a092f85..49f05c6 100644
--- a/src/input/pcap.lua
+++ b/src/input/pcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2022, OARC, Inc.
+-- Copyright (c) 2018-2023, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/zero.lua b/src/input/zero.lua
index dd3c6f8..e152c79 100644
--- a/src/input/zero.lua
+++ b/src/input/zero.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2022, OARC, Inc.
+-- Copyright (c) 2018-2023, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.
diff --git a/src/input/zpcap.c b/src/input/zpcap.c
index e1d9710..d62714c 100644
--- a/src/input/zpcap.c
+++ b/src/input/zpcap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/zpcap.h b/src/input/zpcap.h
index d2c195e..275c623 100644
--- a/src/input/zpcap.h
+++ b/src/input/zpcap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/zpcap.hh b/src/input/zpcap.hh
index e0079d5..b683306 100644
--- a/src/input/zpcap.hh
+++ b/src/input/zpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2022, OARC, Inc.
+ * Copyright (c) 2018-2023, OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
diff --git a/src/input/zpcap.lua b/src/input/zpcap.lua
index d860a64..93b730b 100644
--- a/src/input/zpcap.lua
+++ b/src/input/zpcap.lua
@@ -1,4 +1,4 @@
--- Copyright (c) 2018-2022, OARC, Inc.
+-- Copyright (c) 2018-2023, OARC, Inc.
-- All rights reserved.
--
-- This file is part of dnsjit.