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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm starting using pyshark. So far it works good.
But is there a easy way to map fields that were visible in wireshark to filedname in pyshark?
`>>> dir(cap[569])
['bool', 'class', 'contains', 'delattr', 'dict', 'dir', 'doc', 'eq', 'format', 'ge', 'getattr', 'getattribute', 'getitem', 'getstate', 'gt', 'hash', 'init', 'init_subclass', 'le', 'len', 'lt', 'module', 'ne', 'new', 'reduce', 'reduce_ex', 'repr', 'setattr', 'setstate', 'sizeof', 'str', 'subclasshook', 'weakref', '_packet_string', 'captured_length', 'frame_info', 'get_multiple_layers', 'get_raw_packet', 'highest_layer', 'interface_captured', 'layers', 'length', 'number', 'pretty_print', 'radiotap', 'show', 'sniff_time', 'sniff_timestamp', 'transport_layer', 'wlan', 'wlan.mgt', 'wlan_radio']
`
I looks that wlan.mgt could be IEEE Wireless Managment in wireshark.
But is there a file or something were I can find all this information?
Beta Was this translation helpful? Give feedback.
All reactions