First time here? Check out the FAQ!
answered 2020-04-27 13:53:27 +0000
tshark calls dumpcap to do the capture. You might try having dumpcap write (-w -) to stdout then pipe that into tshark reading (-r -) from stdin.
dumpcap
-w -
stdout
tshark
-r -
stdin
updated 2020-04-27 13:55:02 +0000
tshark calls dumpcap to do the capture. You might try having dumpcap write (-w -) to stdout then pipe that into tshark reading (-r -) from stdin..<br< <br=""> (Background on the tempfile name here )
updated 2020-04-27 13:55:14 +0000
tshark calls dumpcap to do the capture. You might try having dumpcap write (-w -) to stdout then pipe that into tshark reading (-r -) from stdin.<br< <br=""> . (Background on the tempfile name here )