added tcp support
[my-code/hdw-sniff.git] / hdw-sniff.h
index 908b95b..83d4dbd 100644 (file)
@@ -28,6 +28,7 @@ struct info_struct {
 /* hop_chanel function */
 int hop_channel(struct info_struct *info,int foo_fd);
 int parse_ip(char *ip_o); 
+int parse_tcp(char *tcp_o);
 
 /* ssid struct */
 struct ssid_struct {