228a67ed82a57c2cc58f7a9f6a6368e373aaf8cf
[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