forked from pr3y/Bruce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request pr3y#151 from Dev-Cwsc/fix-raw-sniffer-crash
Fixes on raw sniffer and deauth
- Loading branch information
Showing
4 changed files
with
78 additions
and
199 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
void newPacketSD(uint32_t ts_sec, uint32_t ts_usec, uint32_t len, uint8_t* buf); | ||
|
||
void sniffer_setup(); | ||
bool openFile(FS &Fs); | ||
|
||
void openFile2(FS &Fs); | ||
|
||
void sniffer(void *buf, wifi_promiscuous_pkt_type_t type); | ||
void sniffer_setup(); | ||
|
||
bool openFile(FS &Fs); | ||
void sniffer(void *buf, wifi_promiscuous_pkt_type_t type); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters