Python Forum

Full Version: Pyshark filter message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ,

Im using:
file_capture = pyshark.FileCapture(file_name,display_filter=display_filter, only_summaries=False,
                                   keep_packets=False, override_prefs=pref,custom_parameters=lua_param)
On Wireshark after applying the filter i got 1 packet.
The same with pyshark returns 0 packets.

It seems that first packet is missing
using latest pyshark 2.4.9

Any advice -
1. If there is any way to get the packet?
2. If there is a different way to get filtered packets

Thanks!