Hello J.Büsch, > Is there any chance to let wireshark open a specific serial port and > sniff whatever comes on that link?
You can use a named pipe for sniffing serial, but you need to packetize the serial data first. Here is the Wiki page about pipes: http://wiki.wireshark.org/CaptureSetup/Pipes I wrote a command line utility in C to packetize BACnet MS/TP serial data, save in pcap format to a file, and forward to a named pipe on Linux or Windows: https://bacnet.svn.sourceforge.net/svnroot/bacnet/trunk/bacnet-stack/demo/mstpcap/main.c Best Regards, Steve -- http://steve.kargs.net/ ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
