mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-14 20:57:15 +01:00
103 lines
4.9 KiB
TeX
103 lines
4.9 KiB
TeX
\hypertarget{group__spp__ai}{
|
|
\section{Main file for spp\_\-ai module}
|
|
\label{group__spp__ai}\index{Main file for spp\_\-ai module@{Main file for spp\_\-ai module}}
|
|
}
|
|
\subsection*{Functions}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
static void \hyperlink{group__spp__ai_ga3524cbdf8fddbcf38c4ed55241002242}{AI\_\-init} (char $\ast$args)
|
|
\begin{DoxyCompactList}\small\item\em Initialize the preprocessor module. \item\end{DoxyCompactList}\item
|
|
static void \hyperlink{group__spp__ai_ga57c05cda012c443cb4c358dc327cd3d1}{AI\_\-process} (void $\ast$pkt, void $\ast$context)
|
|
\begin{DoxyCompactList}\small\item\em Function executed every time the module receives a packet to be processed. \item\end{DoxyCompactList}\item
|
|
static \hyperlink{structAI__config}{AI\_\-config} $\ast$ \hyperlink{group__spp__ai_gae1c5c4b38ee2819d427848eb3046373e}{AI\_\-parse} (char $\ast$args)
|
|
\begin{DoxyCompactList}\small\item\em Parse the arguments passed to the module saving them to a valid configuration struct. \item\end{DoxyCompactList}\item
|
|
void \hyperlink{group__spp__ai_ga1b9ebb5c719c7d9426ddfc1f3da36570}{AI\_\-setup} (void)
|
|
\begin{DoxyCompactList}\small\item\em Set up the preprocessor module. \item\end{DoxyCompactList}\end{DoxyCompactItemize}
|
|
\subsection*{Variables}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
tSfPolicyUserContextId \hyperlink{group__spp__ai_ga3dd75596c540d148643fe6d1fdc02628}{ex\_\-config} = NULL
|
|
\item
|
|
static void $\ast$($\ast$ \hyperlink{group__spp__ai_gaa3100e48acef5cf4370c3042ff548ed0}{alertparser\_\-thread} )(void $\ast$) = NULL
|
|
\end{DoxyCompactItemize}
|
|
|
|
|
|
\subsection{Function Documentation}
|
|
\hypertarget{group__spp__ai_ga3524cbdf8fddbcf38c4ed55241002242}{
|
|
\index{spp\_\-ai@{spp\_\-ai}!AI\_\-init@{AI\_\-init}}
|
|
\index{AI\_\-init@{AI\_\-init}!spp_ai@{spp\_\-ai}}
|
|
\subsubsection[{AI\_\-init}]{\setlength{\rightskip}{0pt plus 5cm}static void AI\_\-init (
|
|
\begin{DoxyParamCaption}
|
|
\item[{char $\ast$}]{ args}
|
|
\end{DoxyParamCaption}
|
|
)\hspace{0.3cm}{\ttfamily \mbox{[}static\mbox{]}}}}
|
|
\label{group__spp__ai_ga3524cbdf8fddbcf38c4ed55241002242}
|
|
|
|
|
|
Initialize the preprocessor module.
|
|
|
|
|
|
\begin{DoxyParams}{Parameters}
|
|
\item[{\em args}]Configuration arguments passed to the module \end{DoxyParams}
|
|
\hypertarget{group__spp__ai_gae1c5c4b38ee2819d427848eb3046373e}{
|
|
\index{spp\_\-ai@{spp\_\-ai}!AI\_\-parse@{AI\_\-parse}}
|
|
\index{AI\_\-parse@{AI\_\-parse}!spp_ai@{spp\_\-ai}}
|
|
\subsubsection[{AI\_\-parse}]{\setlength{\rightskip}{0pt plus 5cm}static {\bf AI\_\-config} $\ast$ AI\_\-parse (
|
|
\begin{DoxyParamCaption}
|
|
\item[{char $\ast$}]{ args}
|
|
\end{DoxyParamCaption}
|
|
)\hspace{0.3cm}{\ttfamily \mbox{[}static\mbox{]}}}}
|
|
\label{group__spp__ai_gae1c5c4b38ee2819d427848eb3046373e}
|
|
|
|
|
|
Parse the arguments passed to the module saving them to a valid configuration struct.
|
|
|
|
|
|
\begin{DoxyParams}{Parameters}
|
|
\item[{\em args}]Arguments passed to the module \end{DoxyParams}
|
|
\begin{DoxyReturn}{Returns}
|
|
Pointer to \hyperlink{structAI__config}{AI\_\-config} keeping the configuration for the module
|
|
\end{DoxyReturn}
|
|
\hypertarget{group__spp__ai_ga57c05cda012c443cb4c358dc327cd3d1}{
|
|
\index{spp\_\-ai@{spp\_\-ai}!AI\_\-process@{AI\_\-process}}
|
|
\index{AI\_\-process@{AI\_\-process}!spp_ai@{spp\_\-ai}}
|
|
\subsubsection[{AI\_\-process}]{\setlength{\rightskip}{0pt plus 5cm}void AI\_\-process (
|
|
\begin{DoxyParamCaption}
|
|
\item[{void $\ast$}]{ pkt, }
|
|
\item[{void $\ast$}]{ context}
|
|
\end{DoxyParamCaption}
|
|
)\hspace{0.3cm}{\ttfamily \mbox{[}static\mbox{]}}}}
|
|
\label{group__spp__ai_ga57c05cda012c443cb4c358dc327cd3d1}
|
|
|
|
|
|
Function executed every time the module receives a packet to be processed.
|
|
|
|
|
|
\begin{DoxyParams}{Parameters}
|
|
\item[{\em pkt}]void$\ast$ pointer to the packet data \item[{\em context}]void$\ast$ pointer to the context \end{DoxyParams}
|
|
\hypertarget{group__spp__ai_ga1b9ebb5c719c7d9426ddfc1f3da36570}{
|
|
\index{spp\_\-ai@{spp\_\-ai}!AI\_\-setup@{AI\_\-setup}}
|
|
\index{AI\_\-setup@{AI\_\-setup}!spp_ai@{spp\_\-ai}}
|
|
\subsubsection[{AI\_\-setup}]{\setlength{\rightskip}{0pt plus 5cm}void AI\_\-setup (
|
|
\begin{DoxyParamCaption}
|
|
\item[{void}]{}
|
|
\end{DoxyParamCaption}
|
|
)}}
|
|
\label{group__spp__ai_ga1b9ebb5c719c7d9426ddfc1f3da36570}
|
|
|
|
|
|
Set up the preprocessor module.
|
|
|
|
|
|
|
|
\subsection{Variable Documentation}
|
|
\hypertarget{group__spp__ai_gaa3100e48acef5cf4370c3042ff548ed0}{
|
|
\index{spp\_\-ai@{spp\_\-ai}!alertparser\_\-thread@{alertparser\_\-thread}}
|
|
\index{alertparser\_\-thread@{alertparser\_\-thread}!spp_ai@{spp\_\-ai}}
|
|
\subsubsection[{alertparser\_\-thread}]{\setlength{\rightskip}{0pt plus 5cm}void$\ast$($\ast$ {\bf alertparser\_\-thread})(void $\ast$) = NULL\hspace{0.3cm}{\ttfamily \mbox{[}static\mbox{]}}}}
|
|
\label{group__spp__ai_gaa3100e48acef5cf4370c3042ff548ed0}
|
|
\hypertarget{group__spp__ai_ga3dd75596c540d148643fe6d1fdc02628}{
|
|
\index{spp\_\-ai@{spp\_\-ai}!ex\_\-config@{ex\_\-config}}
|
|
\index{ex\_\-config@{ex\_\-config}!spp_ai@{spp\_\-ai}}
|
|
\subsubsection[{ex\_\-config}]{\setlength{\rightskip}{0pt plus 5cm}tSfPolicyUserContextId {\bf ex\_\-config} = NULL}}
|
|
\label{group__spp__ai_ga3dd75596c540d148643fe6d1fdc02628}
|