This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How do you capture Serial (COM) communications?

0

I want to wireshark the packets being sent and received via the serial port on my computer, it is a windows xp. How can I go about this?

asked 22 Jul '13, 10:30

julianv23's gravatar image

julianv23
11112
accept rate: 0%


4 Answers:

1

If the answer is still actual:

COM port sniffer for Windows - http://www.eltima.com/products/serial-port-monitor/

answered 09 Oct '13, 00:52

DavidTurner's gravatar image

DavidTurner
162
accept rate: 0%

edited 09 Oct '13, 00:53

0

You can't capture traffic of a COM port (serial Port) on Windows with Wireshark, as the capturing library (WinPcap) does not support this.

What you need is a COM port sniffer for Windows. Please google that. You will find tools like these:

http://www.serial-port-monitor.com/
http://technet.microsoft.com/en-us/sysinternals/bb896644.aspx

BTW: There seems to be a way to capture serial port traffic with Wireshark and named pipes. However, you would need a helper tool.

http://www.wireshark.org/lists/wireshark-dev/201003//msg00020.html

I think it's easier to go for the COM port sniffers I mentioned first.

Regards
Kurt

answered 22 Jul '13, 14:24

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

0

This is a great product I've been using for years if you haven't already seen it http://www.stratusengineering.com/product/ez-tap-pro/

answered 15 Mar '16, 11:36

mike2408's gravatar image

mike2408
61
accept rate: 0%

0

I capture any serial data with the software - http://www.eltima.com/products/serial-port-monitor/

answered 28 Feb '17, 07:51

MicF's gravatar image

MicF
61
accept rate: 0%