mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-13 04:07:15 +01:00
22 lines
629 B
C
22 lines
629 B
C
|
/*
|
||
|
* =====================================================================================
|
||
|
*
|
||
|
* Filename: alert_history.c
|
||
|
*
|
||
|
* Description: Manages the history of alerts on a binary file
|
||
|
*
|
||
|
* Version: 0.1
|
||
|
* Created: 18/09/2010 21:02:15
|
||
|
* Revision: none
|
||
|
* Compiler: gcc
|
||
|
*
|
||
|
* Author: BlackLight (http://0x00.ath.cx), <blacklight@autistici.org>
|
||
|
* Licence: GNU GPL v.3
|
||
|
* Company: DO WHAT YOU WANT CAUSE A PIRATE IS FREE, YOU ARE A PIRATE!
|
||
|
*
|
||
|
* =====================================================================================
|
||
|
*/
|
||
|
|
||
|
#include "spp_ai.h"
|
||
|
|