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
Describe the bug
config: use_ek=True, include_raw=True
Pyshark raises TypeError: 'NoneType' object is not iterable when calling packet.pretty_print() or packet.__str__() function.
Describe the bug
config:
use_ek=True, include_raw=True
Pyshark raises
TypeError: 'NoneType' object is not iterable
when callingpacket.pretty_print()
orpacket.__str__()
function.To Reproduce
Run the code and surf on the Internet for some time, the program exit with the following error.
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: