Uncommented the call the print_80211_frame().
This commit is contained in:
parent
f55813a234
commit
b475d93194
|
@ -362,9 +362,7 @@ void sniff_interface(void)
|
|||
(unsigned long int)(msg->msglen + msg->frmlen.data));
|
||||
|
||||
}
|
||||
/*
|
||||
print_80211_frame( msg, frame );
|
||||
*/
|
||||
} else {
|
||||
fprintf(stderr,"sniff_interface: recv failed\n");
|
||||
perror(fullname);
|
||||
|
|
Loading…
Reference in a new issue