X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fhdw-sniff.git;a=blobdiff_plain;f=parse.h;fp=parse.h;h=228a67ed82a57c2cc58f7a9f6a6368e373aaf8cf;hp=0000000000000000000000000000000000000000;hb=4496e49cea69d40228b53c6a66a8a4b22bbcb1b7;hpb=ce967f4d1e3dc10cda58062bc21aaf264e1a0f81 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