X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fhdw-sniff.git;a=blobdiff_plain;f=parse.h;fp=parse.h;h=1bf727e920d344b19f567b66350cd69d2c301840;hp=228a67ed82a57c2cc58f7a9f6a6368e373aaf8cf;hb=c9575c4e105d074120e573587cbf7e7de9a0b5ab;hpb=4496e49cea69d40228b53c6a66a8a4b22bbcb1b7 diff --git a/parse.h b/parse.h index 228a67e..1bf727e 100644 --- a/parse.h +++ b/parse.h @@ -1,8 +1,14 @@ -/* function prototypes */ +/* parse.h */ #ifndef PARSE_H #define PARSE_H -// void parse_package(unsigned char *ptr,const struct pcap_pkthdr *pcap_header,const unsigned char *package); +typedef struct s_data { + unsigned char **package; + int p_count; + +} t_data; + +/* function prototypes */ #endif