pyshark icon indicating copy to clipboard operation
pyshark copied to clipboard

Add fifo option to FileCapture

Open tranzmatt opened this issue 2 years ago • 1 comments

This allows FileCapture to read from a FIFO, which can be useful for parsing the kismet pcapng stream.

mkfifo /tmp/sharkfin || true
wireshark -k -i /tmp/sharkfin &
curl -N -u user:password http://localhost:2501/pcap/all_packets.pcapng > /tmp/sharkfin &

tranzmatt avatar Dec 08 '22 14:12 tranzmatt

There appear to be a bunch of unrelated things in this PR, please only contain the feature in the PR title.

KimiNewt avatar Jan 31 '23 07:01 KimiNewt