First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Sniffing COM Ports with Wireshark

  • retag add tags

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.

rolandtamas's avatar
1
rolandtamas
asked 2021-04-08 14:11:49 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

grahamb's avatar
23.8k
grahamb
answered 2021-04-08 14:20:23 +0000
edit flag offensive 0 remove flag delete link

Comments

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

rolandtamas's avatar rolandtamas (2021-04-09 16:03:19 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer