#include "sys/types.h"
#include "hi_si.h"
#include "hi_client.h"
#include "hi_server.h"
#include "hi_ad.h"
#include "hi_return_codes.h"
Go to the source code of this file.
Functions | |
int | hi_mi_mode_inspection (HI_SESSION *Session, int iInspectMode, u_char *data, int dsize) |
NOTES:
Definition in file hi_mi.c.
|
Wrap the logic that HttpInspect uses for which mode to inspect. This function just uses logic to decide which type of inspection to do depending on the inspection mode. Not much to it.
Definition at line 47 of file hi_mi.c. References hi_client_inspection(), HI_INVALID_ARG, HI_NONFATAL_ERR, hi_server_anomaly_detection(), hi_server_inspection(), HI_SI_CLIENT_MODE, HI_SI_NO_MODE, HI_SI_SERVER_MODE, and HI_SUCCESS. Referenced by SnortHttpInspect(). |