How to iterate over a pcap file without extracting all the frames? #127
cabezadevaca
started this conversation in
General
Replies: 1 comment
-
There is a possible solution to set Another approach is to set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been trying to extract frames from ~500M PCAP file. Python consumes around 10G of memory causing process swapping and killing after all. Is there a way to have a subset of frames extracted and iterated?
Thanks!
Rustem
Beta Was this translation helpful? Give feedback.
All reactions