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

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

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?

hmorn's avatar
1
hmorn
asked 2021-02-10 22:04:12 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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.

TalH's avatar
1
TalH
answered 2021-02-26 12:52:14 +0000
edit flag offensive 0 remove flag delete link

Comments

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