summaryrefslogtreecommitdiffstats
path: root/src/input/mmpcap.hh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-03 07:49:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-03 07:49:50 +0000
commit216afbe7cc62a59d1866a6524a214646361d3dc7 (patch)
tree1f334ba713f90066fa6f790ca757b0046cd9a181 /src/input/mmpcap.hh
parentAdding upstream version 1.3.0. (diff)
downloaddnsjit-upstream.tar.xz
dnsjit-upstream.zip
Adding upstream version 1.4.0.upstream/1.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--src/input/mmpcap.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/input/mmpcap.hh b/src/input/mmpcap.hh
index 0f793fc..387d5a6 100644
--- a/src/input/mmpcap.hh
+++ b/src/input/mmpcap.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2023, OARC, Inc.
+ * Copyright (c) 2018-2024 OARC, Inc.
* All rights reserved.
*
* This file is part of dnsjit.
@@ -18,10 +18,10 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-//lua:require("dnsjit.core.log")
-//lua:require("dnsjit.core.receiver_h")
-//lua:require("dnsjit.core.producer_h")
-//lua:require("dnsjit.core.object.pcap_h")
+// lua:require("dnsjit.core.log")
+// lua:require("dnsjit.core.receiver_h")
+// lua:require("dnsjit.core.producer_h")
+// lua:require("dnsjit.core.object.pcap_h")
typedef struct input_mmpcap {
core_log_t _log;