openthread / ot-ns

OpenThread Network Simulator, a discrete event simulator and visualization tool for Thread networks.

Home Page:https://openthread.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ot-ns Frame Control

rlourenco-centi opened this issue · comments

I have some questions:

  • Is there any way to detect the content of the messages on the otns for identification? Is it possible to accurately detect the type of message that is being sent?

  • For example, when the frame_control is 56417 and the message is sent in unicast, it can be Parent Request, Child Request or a Child response .
    How can I know all the possible values for the frame control?

  • Is it possible to decrypt the capture "current.pcap"?