mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
11 lines
No EOL
309 B
C
11 lines
No EOL
309 B
C
#pragma once
|
|
|
|
#include "furi_hal.h"
|
|
|
|
/**
|
|
* Creates a PCAP file to store incoming packets.
|
|
* The file name will have a prefix according to the type of scan being performed by the application (Eg: raw_0.pcap)
|
|
*
|
|
* @param app Application context
|
|
*/
|
|
void wifi_marauder_create_pcap_file(WifiMarauderApp* app); |