Do we need a pcap header format to display captured packets via named pipes on Wireshark?
I have a C code that creates a socket to receive packets from the COM port on Windows. I have created a named pipe in a similar manner. Now, do I need to add a pcap header to the read bytes to display them on Wireshark or is there any other possibility?
I'm a beginner and any insight on this is much appreciated. Thank you.