iPDC-suite/iPDC/inc/Attack_detect.h

11 lines
309 B
C
Raw Normal View History

2022-09-25 00:16:42 +05:30
/* pavan changes */
2022-09-28 16:40:10 +05:30
#include <time.h>
#include <gtk/gtk.h>
2022-09-25 16:24:02 +05:30
/* variables declared of attack_detect function */
float SUM_OF_FREQUENCY=0;
float COUNT=0;
time_t START;
/* function declared */
2022-09-28 16:40:10 +05:30
gboolean attack_detect(struct data_frame *df,time_t* START,float* COUNT,float* SUM_OF_FREQUENCY);
2022-09-25 00:16:42 +05:30
/* pavan changes */