the named pipe is not connected any more
I am using WireShark V3.0.6, and created a named pipe. WireShark is used as a client, the C# application I write is a server. The server send pcap format message to wireshark through this named pipe. After sending the message a second time, the pipe is disconnected. Does wireshark disconnect the connection?
Is Wireshark capturing from the named pipe?
You're sending the same sequence packets more than once?
When you stop a capture from a named pipe, yes, Wireshark will close its end of the pipe.
I did not send the same sequence packets. After reading the packet from the uart, it was sent to wireshark asynchronously via named pipe. My demand is to send multiple times,but only one packet at a time.