You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found many functions in dpkt, but there is no functions related to the contents of the tagged parameters (e.g., HT capabilities, extended capabilities, etc.,). For example, packet_signal = -(256 - packet.ant_sig.db) would be used for extracting RSSI.
Is it possible to abstract them using dpkt?
The text was updated successfully, but these errors were encountered:
I would like to extract tagged parameters (e.g., HT capabilities) using dpkt.
I'm trying to make a python code for reading and saving the red one.
I have found many functions in dpkt, but there is no functions related to the contents of the tagged parameters (e.g., HT capabilities, extended capabilities, etc.,). For example,
packet_signal = -(256 - packet.ant_sig.db)
would be used for extracting RSSI.Is it possible to abstract them using dpkt?
The text was updated successfully, but these errors were encountered: