Ask Your Question
0

Sniffing COM Ports with Wireshark

asked 2021-04-08 14:11:49 +0000

Hello all,

I am working on a university project which involves analyzing IP packets from a network using a Blackfin BF537 microcontroller, which contains a minimal tcp/ip stack, and a workstation which runs Wireshark on a Linux-based OS. My question is: is it possible for Wireshark to sniff and analyze the IP packets from an UART interface? The reason for this approach is that, if i had used an Ethernet cable, it would have interfered with the network, and would have produced unwanted results.

P.S. using a COM Port sniffer would not suffice, as it only spies data.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-04-08 14:20:23 +0000

grahamb gravatar image

How do the IP packets get to a UART?

If you don't want to disturb the network, then use a separate network tap and a system running Wireshark that is dedicated to that purpose.

edit flag offensive delete link more

Comments

The packets will be routed through one of the Blackfin microcontrollers through the UART interface to a PC.

rolandtamas gravatar imagerolandtamas ( 2021-04-09 16:03:19 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2021-04-08 14:11:49 +0000

Seen: 766 times

Last updated: Apr 08 '21