mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-05 20:40:25 -08:00
Single buffer_obj.append() with overloads
This commit is contained in:
@@ -20,8 +20,8 @@ class Buffer {
|
||||
Buffer();
|
||||
void pcapOpen(String file_name, fs::FS* fs, bool serial);
|
||||
void logOpen(String file_name, fs::FS* fs, bool serial);
|
||||
void pcapAdd(wifi_promiscuous_pkt_t *packet, int len);
|
||||
void logAdd(String log);
|
||||
void append(wifi_promiscuous_pkt_t *packet, int len);
|
||||
void append(String log);
|
||||
void save();
|
||||
private:
|
||||
void createFile(String name, bool is_pcap);
|
||||
|
||||
Reference in New Issue
Block a user