iPDC-suite/iPDC/inc/Attack_detect.h

8 lines
202 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 */
/* function declared */
2022-10-25 23:58:31 +05:30
gboolean attack_detect(struct data_frame *df);
2022-09-25 00:16:42 +05:30
/* pavan changes */