Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why bother using a named pipe?

Just call tshark from your C/C++ application, either by using FILE* pipe = popen("tshark ... -w -", "r"); or using the functions pipe, fork and execvp.

Why bother using a named pipe?

Just call tshark from your C/C++ application, either by using FILE* pipe = popen("tshark _popen("tshark ... -w -", "r");"rb"); or by using the functions pipe, fork and execvp.