iPDC-suite/iPDC/Attack_detect.h

14 lines
251 B
C
Raw Normal View History

2022-09-24 16:45:28 +05:30
/* pavan changes */
#include <time.h>
/* variables declared */
float SUM_OF_FREQUENCY=0;
float COUNT=0;
float THRESHOLD=25;
double cpu_time_used;
/* functions declared */
void attack_detect(struct data_frame *df,clock_t START);
/* pavan changes */