2010-08-14 14:30:41 +02:00
|
|
|
\documentclass[a4paper]{book}
|
|
|
|
\usepackage{a4wide}
|
|
|
|
\usepackage{makeidx}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{multicol}
|
|
|
|
\usepackage{float}
|
|
|
|
\usepackage{listings}
|
|
|
|
\usepackage{color}
|
|
|
|
\usepackage{textcomp}
|
|
|
|
\usepackage{alltt}
|
|
|
|
\usepackage{times}
|
|
|
|
\usepackage{ifpdf}
|
|
|
|
\ifpdf
|
|
|
|
\usepackage[pdftex,
|
|
|
|
pagebackref=true,
|
|
|
|
colorlinks=true,
|
|
|
|
linkcolor=blue,
|
|
|
|
unicode
|
|
|
|
]{hyperref}
|
|
|
|
\else
|
|
|
|
\usepackage[ps2pdf,
|
|
|
|
pagebackref=true,
|
|
|
|
colorlinks=true,
|
|
|
|
linkcolor=blue,
|
|
|
|
unicode
|
|
|
|
]{hyperref}
|
|
|
|
\usepackage{pspicture}
|
|
|
|
\fi
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{doxygen}
|
|
|
|
\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=8,numbers=left }
|
|
|
|
\makeindex
|
|
|
|
\setcounter{tocdepth}{3}
|
|
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
|
|
\begin{document}
|
|
|
|
\hypersetup{pageanchor=false}
|
|
|
|
\begin{titlepage}
|
|
|
|
\vspace*{7cm}
|
|
|
|
\begin{center}
|
|
|
|
{\Large Snort AI preprocessor module \\[1ex]\large 0.1 }\\
|
|
|
|
\vspace*{1cm}
|
|
|
|
{\large Generated by Doxygen 1.7.1}\\
|
|
|
|
\vspace*{0.5cm}
|
2010-09-05 23:54:22 +02:00
|
|
|
{\small Sun Sep 5 2010 23:53:47}\\
|
2010-08-14 14:30:41 +02:00
|
|
|
\end{center}
|
|
|
|
\end{titlepage}
|
|
|
|
\clearemptydoublepage
|
|
|
|
\pagenumbering{roman}
|
|
|
|
\tableofcontents
|
|
|
|
\clearemptydoublepage
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\hypersetup{pageanchor=true}
|
|
|
|
\chapter{Module Index}
|
|
|
|
\input{modules}
|
|
|
|
\chapter{Data Structure Index}
|
|
|
|
\input{annotated}
|
|
|
|
\chapter{File Index}
|
|
|
|
\input{files}
|
|
|
|
\chapter{Module Documentation}
|
2010-09-04 21:33:53 +02:00
|
|
|
\input{group__alert__parser}
|
|
|
|
\input{group__cluster}
|
|
|
|
\input{group__regex}
|
|
|
|
\input{group__spp__ai}
|
|
|
|
\input{group__stream}
|
2010-08-14 14:30:41 +02:00
|
|
|
\chapter{Data Structure Documentation}
|
2010-08-16 22:09:34 +02:00
|
|
|
\input{struct__AI__snort__alert}
|
|
|
|
\input{struct__hierarchy__node}
|
|
|
|
\input{structAI__config}
|
|
|
|
\input{structattribute__key}
|
|
|
|
\input{structattribute__value}
|
2010-08-14 14:30:41 +02:00
|
|
|
\input{structpkt__info}
|
|
|
|
\input{structpkt__key}
|
|
|
|
\chapter{File Documentation}
|
2010-08-16 22:09:34 +02:00
|
|
|
\input{alert__parser_8c}
|
|
|
|
\input{cluster_8c}
|
2010-09-05 23:54:22 +02:00
|
|
|
\input{config_8h}
|
2010-09-04 21:33:53 +02:00
|
|
|
\input{db_8c}
|
|
|
|
\input{db_8h}
|
|
|
|
\input{mysql_8c}
|
2010-08-16 22:09:34 +02:00
|
|
|
\input{regex_8c}
|
2010-08-14 14:30:41 +02:00
|
|
|
\input{sf__preproc__info_8h}
|
|
|
|
\input{spp__ai_8c}
|
|
|
|
\input{spp__ai_8h}
|
|
|
|
\input{stream_8c}
|
|
|
|
\printindex
|
|
|
|
\end{document}
|