suricata
output-file.h
Go to the documentation of this file.
1
/* Copyright (C) 2007-2014 Open Information Security Foundation
2
*
3
* You can copy, redistribute or modify this Program under the terms of
4
* the GNU General Public License version 2 as published by the Free
5
* Software Foundation.
6
*
7
* This program is distributed in the hope that it will be useful,
8
* but WITHOUT ANY WARRANTY; without even the implied warranty of
9
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
* GNU General Public License for more details.
11
*
12
* You should have received a copy of the GNU General Public License
13
* version 2 along with this program; if not, write to the Free Software
14
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
15
* 02110-1301, USA.
16
*/
17
18
/**
19
* \file
20
*
21
* \author Victor Julien <victor@inliniac.net>
22
*
23
* AppLayer File Logger Output registration functions
24
*/
25
26
#ifndef __OUTPUT_FILE_H__
27
#define __OUTPUT_FILE_H__
28
29
#include "
decode.h
"
30
#include "
util-file.h
"
31
32
/** packet logger function pointer type */
33
typedef
int (*
FileLogger
)(
ThreadVars
*,
void
*thread_data,
const
Packet
*,
34
const
File
*, uint8_t direction);
35
36
/** packet logger condition function pointer type,
37
* must return true for packets that should be logged
38
*/
39
//typedef int (*TxLogCondition)(ThreadVars *, const Packet *);
40
41
int
OutputRegisterFileLogger
(
LoggerId
id
,
const
char
*
name
,
FileLogger
LogFunc
,
42
OutputCtx
*,
ThreadInitFunc
ThreadInit
,
ThreadDeinitFunc
ThreadDeinit
,
43
ThreadExitPrintStatsFunc
ThreadExitPrintStats
);
44
45
void
OutputFileLoggerRegister
(
void
);
46
47
void
OutputFileShutdown
(
void
);
48
49
#endif
/* __OUTPUT_FILE_H__ */
LoggerId
LoggerId
Definition:
suricata-common.h:436
OutputCtx_
Definition:
tm-modules.h:78
decode.h
OutputFileLogger_::LogFunc
FileLogger LogFunc
Definition:
output-file.c:55
OutputFileShutdown
void OutputFileShutdown(void)
Definition:
output-file.c:296
ThreadVars_
Per thread variable structure.
Definition:
threadvars.h:58
ThreadInitFunc
TmEcode(* ThreadInitFunc)(ThreadVars *, const void *, void **)
Definition:
tm-modules.h:39
OutputFileLogger_::ThreadExitPrintStats
ThreadExitPrintStatsFunc ThreadExitPrintStats
Definition:
output-file.c:62
Packet_
Definition:
decode.h:415
util-file.h
File_
Definition:
util-file.h:72
ThreadExitPrintStatsFunc
void(* ThreadExitPrintStatsFunc)(ThreadVars *, void *)
Definition:
tm-modules.h:41
OutputFileLogger_::ThreadDeinit
ThreadDeinitFunc ThreadDeinit
Definition:
output-file.c:61
FileLogger
int(* FileLogger)(ThreadVars *, void *thread_data, const Packet *, const File *, uint8_t direction)
Definition:
output-file.h:33
OutputFileLoggerRegister
void OutputFileLoggerRegister(void)
Definition:
output-file.c:289
OutputRegisterFileLogger
int OutputRegisterFileLogger(LoggerId id, const char *name, FileLogger LogFunc, OutputCtx *, ThreadInitFunc ThreadInit, ThreadDeinitFunc ThreadDeinit, ThreadExitPrintStatsFunc ThreadExitPrintStats)
Definition:
output-file.c:67
OutputFileLogger_::name
const char * name
Definition:
output-file.c:58
OutputFileLogger_::ThreadInit
ThreadInitFunc ThreadInit
Definition:
output-file.c:60
ThreadDeinitFunc
TmEcode(* ThreadDeinitFunc)(ThreadVars *, void *)
Definition:
tm-modules.h:40
src
output-file.h
Generated on Fri Jan 22 2021 23:30:38 for suricata by
1.8.18