more beacon work
[my-code/hdw-sniff.git] / main.h
diff --git a/main.h b/main.h
index 754c5f8..e9fd872 100644 (file)
--- 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 */