X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fhdw-sniff.git;a=blobdiff_plain;f=main.h;fp=main.h;h=e9fd87224fc95e75e1211c0e3c1db8ec1e6f8176;hp=754c5f83e54d6f72df8d73d2b08932a86616405b;hb=9dbed1c13fcd9df91f6bad2654f1634d5628f72d;hpb=c191ef245532c978ebdfbcb25056500fab9eb638 diff --git a/main.h b/main.h index 754c5f8..e9fd872 100644 --- a/main.h +++ b/main.h @@ -56,6 +56,9 @@ typedef struct s_info { t_display display; t_input input; int count; /* count packages */ + int count_m; + int count_c; + int count_d; unsigned char mode; /* monitoring/managed mode */ char device[MAX_DEV_CHARS]; /* sniffed devie */ int log_fd; /* file descriptor for logfile */