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 ran into an issue with the PCapPacketHeader class' str function causing a TypeError because it's not outputting a str. This was likely overlooked when we moved from 2.7 -> 3.x and we dealt with the str / byte type splitting.
The text was updated successfully, but these errors were encountered:
I ran into an issue with the PCapPacketHeader class' str function causing a
TypeError
because it's not outputting astr
. This was likely overlooked when we moved from 2.7 -> 3.x and we dealt with thestr
/byte
type splitting.The text was updated successfully, but these errors were encountered: