the named pipe is not connected any more

asked 2019-12-05 03:22:53 +0000

llyang gravatar image

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?

edit retag flag offensive close merge delete

Comments

The server send pcap format message to wireshark through this named pipe.

Is Wireshark capturing from the named pipe?

After sending the message a second time

You're sending the same sequence packets more than once?

the pipe is disconnected. Does wireshark disconnect the connection?

When you stop a capture from a named pipe, yes, Wireshark will close its end of the pipe.

Guy Harris gravatar imageGuy Harris ( 2019-12-05 08:15:13 +0000 )edit

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.

llyang gravatar imagellyang ( 2019-12-06 01:26:23 +0000 )edit