added parse header file
[my-code/hdw-sniff.git] / parse.h
1 /* function prototypes */
2
3 #ifndef PARSE_H
4 #define PARSE_H
5
6 // void parse_package(unsigned char *ptr,const struct pcap_pkthdr *pcap_header,const unsigned char *package);
7
8 #endif