From: hackbard Date: Wed, 25 May 2005 20:25:44 +0000 (+0000) Subject: added parse header file X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fhdw-sniff.git;a=commitdiff_plain;h=4496e49cea69d40228b53c6a66a8a4b22bbcb1b7 added parse header file --- diff --git a/parse.h b/parse.h new file mode 100644 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