We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00f548 commit 6e2b50fCopy full SHA for 6e2b50f
pipe/linux/main.c
@@ -84,7 +84,7 @@ int main(int argc, const char **argv)
84
return 1;
85
}
86
87
- if (!wireless_interface) {
+ if (!wireless_interface && !playback_file) {
88
nlprint("Must identify a wireless interface to use");
89
90
pipe/linux/wpa.c
@@ -983,6 +983,8 @@ void *do_playback(void *data)
983
int64_t timestamp;
984
char buffer[4096];
985
986
+ nlprint("PLAYBACK STARTED");
987
+
988
while (!is_interrupted()) {
989
if (!waiting) {
990
// Read next timestamp
0 commit comments