]> andersk Git - libfaim.git/blob - utils/aimdump/util.h
Added aimdump.
[libfaim.git] / utils / aimdump / util.h
1 /*
2  *
3  */
4 #ifndef __UTIL_H__
5 #define __UTIL_H__
6
7 char *printether(u_int8_t *addr);
8 int cmpether(u_int8_t *addr, u_int8_t *addr2);
9 void printframe(struct pcap_pkthdr *hdr, char *pkt);
10
11 #endif /* __UTIL_H__ */ 
This page took 0.040804 seconds and 5 git commands to generate.