Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to run a tshark command on the background in c++

hi i use tshark in my c++ program. i use this 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?

How to run a tshark command on the background in c++

hi i use tshark in my c++ program. i use this this command in my program

> 

system (tshark -r tese.pcap -T fields -e ip.src > test.txt);

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?

How to run a tshark command on the background in c++

hi i use tshark in my c++ program. i use this this command in my program

> system (tshark -r tese.pcap -T fields -e ip.src > test.txt);

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?

How to run a tshark command on the background in c++

hi i use tshark in my c++ program. i use this 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?