iPDC-suite/iPDC/Attack_detect.h

10 lines
267 B
C
Raw Normal View History

2022-09-25 00:16:42 +05:30
/* pavan changes */
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-25 00:16:42 +05:30
void attack_detect(struct data_frame *df,time_t* START,float* COUNT,float* SUM_OF_FREQUENCY);
/* pavan changes */