commit soon and often .. (nothing working by now ;)
[my-code/hdw-sniff.git] / parse.h
diff --git a/parse.h b/parse.h
index 228a67e..1bf727e 100644 (file)
--- 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