clean file write now
[my-code/hdw-sniff.git] / hdw-sniff.h
index 38b2db9..908b95b 100644 (file)
@@ -2,6 +2,9 @@
 #include "list.h"
 
 #define C_MAX 14
+#define IVLINE "%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n"
+#define cs(n) crypted_snap[n]
+#define IVL_ARGS cs(0),cs(1),cs(2),cs(3),cs(4),cs(5),cs(6),cs(7),cs(8),cs(9)
 
 /* the pcap_process callback function */
 void pcap_process(u_char *count,const struct pcap_pkthdr *pcap_header,
@@ -24,6 +27,7 @@ struct info_struct {
 
 /* hop_chanel function */
 int hop_channel(struct info_struct *info,int foo_fd);
+int parse_ip(char *ip_o); 
 
 /* ssid struct */
 struct ssid_struct {