added parse header file
[my-code/hdw-sniff.git] / parse.h
diff --git a/parse.h b/parse.h
new file mode 100644 (file)
index 0000000..228a67e
--- /dev/null
+++ b/parse.h
@@ -0,0 +1,8 @@
+/* function prototypes */
+
+#ifndef PARSE_H
+#define PARSE_H
+
+// void parse_package(unsigned char *ptr,const struct pcap_pkthdr *pcap_header,const unsigned char *package);
+
+#endif