]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/tls: cleanup headers; update copyright year
authorJason Ish <jason.ish@oisf.net>
Thu, 17 Oct 2024 16:30:38 +0000 (10:30 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 21 Oct 2024 18:19:28 +0000 (20:19 +0200)
src/output-json-tls.c
src/output-json-tls.h

index f6728650d27c0dd5c2f3fd061219550c4cabb824..cb45a1593697e7f2a1dcc00c39206e24b9e7ecc9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2021 Open Information Security Foundation
+/* Copyright (C) 2007-2024 Open Information Security Foundation
  *
  * You can copy, redistribute or modify this Program under the terms of
  * the GNU General Public License version 2 as published by the Free
  */
 
 #include "suricata-common.h"
-#include "detect.h"
-#include "pkt-var.h"
-#include "conf.h"
-
-#include "threads.h"
-#include "threadvars.h"
-#include "tm-threads.h"
-
-#include "util-print.h"
-#include "util-time.h"
-#include "util-unittest.h"
 
-#include "util-debug.h"
 #include "app-layer-parser.h"
-#include "output.h"
 #include "app-layer-ssl.h"
 #include "app-layer.h"
-#include "util-privs.h"
-#include "util-buffer.h"
-
-#include "util-logopenfile.h"
+#include "conf.h"
+#include "output-json-tls.h"
+#include "output-json.h"
+#include "output.h"
+#include "threadvars.h"
+#include "util-debug.h"
 #include "util-ja3.h"
 #include "util-ja4.h"
-
-#include "output-json.h"
-#include "output-json-tls.h"
+#include "util-time.h"
 
 SC_ATOMIC_EXTERN(unsigned int, cert_id);
 
index effa9f1c39ebb2226fb1402811ea4ea0eaa911b5..8bd9f34d6a975d4d8f2d8d8f5b5163dda51c68d8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Open Information Security Foundation
+/* Copyright (C) 2007-2024 Open Information Security Foundation
  *
  * You can copy, redistribute or modify this Program under the terms of
  * the GNU General Public License version 2 as published by the Free
@@ -26,7 +26,8 @@
 
 void JsonTlsLogRegister(void);
 
-#include "app-layer-ssl.h"
+/* For JsonBuilder. */
+#include "rust.h"
 
 bool JsonTlsLogJSONExtended(void *vtx, JsonBuilder *js);