Open metedestan opened 2 years ago
Hi,
One can normally run tshark with a specific configuration profile by using the option -C. Is it possible to use this with pyshark?
Thanks!
Looking at file_capture.py, there are undocumented "custom parameters" you can pass to tshark.
cap = pyshark.FileCapture('file.pcapng', custom_parameters={'-C': 'my_profile'})
Hi,
One can normally run tshark with a specific configuration profile by using the option -C. Is it possible to use this with pyshark?
Thanks!