suricata
custom-logger.c File Reference
#include "suricata-common.h"
#include "suricata-plugin.h"
#include "output-packet.h"
#include "output-flow.h"
#include "output-tx.h"
#include "util-print.h"
Include dependency graph for custom-logger.c:

Go to the source code of this file.

Functions

const SCPluginSCPluginRegister (void)
 

Variables

const SCPlugin PluginRegistration
 

Function Documentation

◆ SCPluginRegister()

const SCPlugin* SCPluginRegister ( void  )

Definition at line 127 of file custom-logger.c.

References PluginRegistration.

Variable Documentation

◆ PluginRegistration

const SCPlugin PluginRegistration
Initial value:
= {
.name = "CustomLogger",
.author = "Firstname Lastname",
.license = "GPLv2",
.Init = Init,
}

Definition at line 120 of file custom-logger.c.

Referenced by SCPluginRegister().