Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After writing pcap file to sdcard, it cannot continue #57

Open
grymoire opened this issue Nov 21, 2023 · 0 comments
Open

After writing pcap file to sdcard, it cannot continue #57

grymoire opened this issue Nov 21, 2023 · 0 comments

Comments

@grymoire
Copy link

I have it running on a M5Stack-Basic using platformio.
While running, I long-press button one, and it writes a pcap file.
If I collect more data and try to write more data, it fails. After closing the file, it cannot open a new file. sd_begin() fails.
I think I've tracked it down to a ESP_ERR_NO_MEM error.
It should also "reset" the screen and start counting handshakes, deauths, etc again.

What this means is that once I create a pcap file, I have to unplug and re-plug the device to continue to capture. The ability to create multiple pcap files makes it easier to capture information for longer periods without the danger of losing information.

@grymoire grymoire changed the title Afte, writing pcap file to sdcard, it cannot continue After writing pcap file to sdcard, it cannot continue Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant