Functions | Variables |
yaids.c File Reference
#include <config.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdbool.h>
#include <yaids.h>
#include <yaidstypes.h>
#include <yaidsconf.h>
#include <yaidsio.h>
#include <yaidspcap.h>
#include <yaidsyara.h>
#include <yaidsthread.h>
#include <yara.h>
#include <signal.h>
Include dependency graph for yaids.c:
void
yaids_signal (int signalValue)
bool
verify_status (int statusCode)
int
main (int argc, char **argv)
const char *
PROGRAM_NAME = "YAIDS"
const char *
const char *
const char *
const char *
PROGRAM_VERSION = PACKAGE_VERSION
bool
global_yaidsRunning = true
int main | ( | int | argc, |
char ** | argv | ||
) |
bool verify_status | ( | int | statusCode | ) |
void yaids_signal | ( | int | signalValue | ) |
const char* COPYRIGHT |
Initial value:
=
"COPYRIGHT (C) Justin M. Wray | Licensed: BSD 3-Clause"
bool global_yaidsRunning = true |
const char* PROGRAM_DESCRIPTION |
Initial value:
=
"An Intrusion Detection System (IDS), utilizing Yara rules, and multi-threading"
const char* PROGRAM_NAME = "YAIDS" |
const char* PROGRAM_SUBLINE |
Initial value:
=
"Yara as an Intrusion Detection System / Yet Another Intrusion Detection System"
const char* PROGRAM_VERSION = PACKAGE_VERSION |
Source Code Documentation Generated By doxygen