added parse header file
authorhackbard <hackbard>
Wed, 25 May 2005 20:25:44 +0000 (20:25 +0000)
committerhackbard <hackbard>
Wed, 25 May 2005 20:25:44 +0000 (20:25 +0000)
parse.h [new file with mode: 0644]

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