Skip to content

Commit

Permalink
eve/tls: cleanup headers; update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Oct 17, 2024
1 parent 6b140a2 commit 9c84e7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 23 deletions.
29 changes: 8 additions & 21 deletions src/output-json-tls.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,32 +24,19 @@
*/

#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);

Expand Down
5 changes: 3 additions & 2 deletions src/output-json-tls.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -26,7 +26,8 @@

void JsonTlsLogRegister(void);

#include "app-layer-ssl.h"
/* For JsonBuilder. */
#include "rust.h"

bool JsonTlsLogJSONExtended(void *vtx, JsonBuilder *js);

Expand Down

0 comments on commit 9c84e7e

Please sign in to comment.