Open eprochasson opened 3 months ago
I would appreciate it, thats for sure. I have a project where i want to count attendance at a convention, in several buildings. I was hoping to use raspberry pi zeros to do this…
Well the core tool still works. Those are quality of life improvement. I'm more asking @schollz if he's interested in such contribution :)
Absolutely! I'll merge a PR and version up no problem
Hi,
it looks like tshark errors are silently ignored, which leads to other problems down the line. Typically, I got a "Found no signals, are you sure supports monitor mode?" error, first because:
dumpfile
used could not be overwritten by non-root user.In these cases, instead of getting a clear error message from the subprocess, I just got the fairly unhelpful error from the script.
I would suggest the following:
logging
, to have a simpler way to manage warning / info / debug (=verbose) stuff.I'm happy to give it a shot and submit a PR, if it's something that is deemed valuable.
Thanks!