X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fhdw-sniff.git;a=blobdiff_plain;f=main.h;fp=main.h;h=6d655fc82245a5ee2f8233c922b23e5e34768fc2;hp=1628c91352e0ebfdf657aec6a293a731667629ba;hb=80bdf766cc69d2e685a2633b2aaa028448fbb8b3;hpb=2f4d587726a2e52de5cd8b8954b4a4f79a5267b8 diff --git a/main.h b/main.h index 1628c91..6d655fc 100644 --- a/main.h +++ b/main.h @@ -63,10 +63,16 @@ #define MAX_BYTE_WEP 13 /* maximal 104 bit key */ +#define VIEW_ALL 0x00 +#define VIEW_SINGLE 0x01 + /* type definitions */ typedef struct s_info { t_event event; t_display display; + char *clean_line; + int c_line,c_page; + unsigned char view; t_input input; int count; /* count packages */ int count_m;