fifo fix
This commit is contained in:
parent
32c7390934
commit
532236a9b0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class SnifferBREDR:
|
|||
TAG = 'Sniffer'
|
||||
working_dir = None
|
||||
wireshark_process = None
|
||||
pcap_fifo_filename = '/tmp/fifocap.fifo'
|
||||
pcap_fifo_filename = 'runtime/fifocap.fifo'
|
||||
pcap_filename = 'logs/capture_bluetooth.pcapng'
|
||||
save_pcap = False
|
||||
pcap_fifo_writer = None
|
||||
|
|
Loading…
Reference in a new issue