How to run a tshark command on the background in c++
hi i use tshark in my c++ program. i use this command in my program
> system (tshark -r tese.pcap -T fields -e ip.src > test.txt);
When i run my program, the cmd window (black window) is displayed. i want to run tshark in silence (when tshark run the cmd window doesn’t display). Is it possible?