Ask Your Question
0

Are there any tools that work with Wireshark to produce mesh network visualizations?

asked 2021-02-10 22:04:12 +0000

hmorn gravatar image

I am already able to capture 802.15.4-2015 packets from the mesh network. I would just like some better visibility of the network traffic. For example, displaying the nodes, seeing broadcasts, packet transmissions, etc. Are there any tools that integrate with Wireshark to do that? Does Wireshark have the capability?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-02-26 12:52:14 +0000

TalH gravatar image

I am not aware of any Wireshark tools that attempt the visualization you are looking for but you can integrate/botch Wireshark with external tools. For example you can use tshark (wireshark command line tool) to send the dissected packet to a third party application (maybe your costume GUI if you like).

If you are comfortable with python, you might want to look at a package named "Scapy". link text

You can use it to analyze and visualized captured packets and visualize it using that package and more python visualization packet.

hope that helped.

edit flag offensive delete link more

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-02-10 22:04:12 +0000

Seen: 422 times

Last updated: Feb 26 '21