|
|
|
@ -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
|
|
|
|
* You can copy, redistribute or modify this Program under the terms of
|
|
|
|
* the GNU General Public License version 2 as published by the Free
|
|
|
|
* the GNU General Public License version 2 as published by the Free
|
|
|
|
@ -655,7 +655,8 @@ static inline void NoFlowHandleIPS(Packet *p)
|
|
|
|
* \param tv thread vars
|
|
|
|
* \param tv thread vars
|
|
|
|
* \param fls lookup support vars
|
|
|
|
* \param fls lookup support vars
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* \retval f *LOCKED* flow on success, 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)
|
|
|
|
static Flow *FlowGetNew(ThreadVars *tv, FlowLookupStruct *fls, Packet *p)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|