Add reading live-updating .pcap file as it's getting updated.
vadimszzz opened this issue · 2 comments
vadimszzz commented
I have .pcap file that is updating. I want to parse it like a stream.
vadimszzz commented
Found packet_streamer.PacketStreamer(iface_name="file.pcap")
vadimszzz commented
Does packet_streamer.PacketStreamer("liveupdating.pcap")
works as I expect?
chains/chains/sources/packet_streamer.py
Lines 65 to 70 in e4f80f4
- One time reading or live?