]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
misc: fix typos, doc, update copyright years
authorJuliana Fajardini <jufajardini@oisf.net>
Fri, 17 Feb 2023 20:34:09 +0000 (17:34 -0300)
committerVictor Julien <vjulien@oisf.net>
Sat, 29 Jul 2023 06:00:12 +0000 (08:00 +0200)
Updated FlowGetNew documentation, where it said NULL was only returned
in case of error.

(cherry picked from commit f511a4ae3f954a3c55b57a0fdffc0ae22a965dd5)

src/app-layer.c
src/decode.h
src/defrag-hash.h
src/flow-hash.c
src/util-exception-policy.c
src/util-exception-policy.h

index 3e75037ab1fadbccce9b99f2e226a3312a4b0b9d..68d4e5e6fb09de801a961eeb4c7a2348bbce3174 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2021 Open Information Security Foundation
+/* Copyright (C) 2007-2023 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
index 33655a584214bdccd3ea970dd008225a8a884edc..91029fa1f146b5c2aa6f3dbed9b1c8e60acd0782 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2022 Open Information Security Foundation
+/* Copyright (C) 2007-2023 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
index 19a9fc0dc6bf3cf6a4dd2b6cfd505047c0e0b488..e01e692e9c86560644fc22cc31f53d8ed1adff4d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Open Information Security Foundation
+/* Copyright (C) 2007-2023 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
index c9cb8964bd67c6a5ee271a06a50b4d3600979ba7..a77b4e13b381f25e5f76aaba35873a343db1a5f4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2020 Open Information Security Foundation
+/* Copyright (C) 2007-2023 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
@@ -534,7 +534,8 @@ static inline void NoFlowHandleIPS(Packet *p)
  *  \param tv thread vars
  *  \param fls lookup support vars
  *
- *  \retval f *LOCKED* flow on succes, NULL on error.
+ *  \retval f *LOCKED* flow on success, NULL on error or if we should not create
+ *  a new flow.
  */
 static Flow *FlowGetNew(ThreadVars *tv, FlowLookupStruct *fls, Packet *p)
 {
index d3a50fb4cceb696c8e8da3e6bfaa2353e8c2e8f3..1812bf016363c4c9aa3a7098fca3215b351f10ec 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2023 Open Information Security Foundation
+/* Copyright (C) 2022-2023 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
index 96e22c67503c28cdd5b47e7e141317daee5275a3..924adb31cef35fcd1c31a372876d2824a7a3bce0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2022 Open Information Security Foundation
+/* Copyright (C) 2022-2023 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