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
Because of the sanity check at structs.py:258, we get an OSError: [Errno 29] Illegal seek when we try to use FileScanner with a pipe (e.g. Popen(tshark -w -)).
The text was updated successfully, but these errors were encountered:
aib
linked a pull request
Jul 15, 2022
that will
close
this issue
Because of the sanity check at structs.py:258, we get an
OSError: [Errno 29] Illegal seek
when we try to useFileScanner
with a pipe (e.g. Popen(tshark -w -)).The text was updated successfully, but these errors were encountered: