Yap Shen Hwei

Results 4 comments of Yap Shen Hwei

Hi, following up on this, is there any way we can catch this server status? Because I would like to have an exception handling to timeout for a bit if...

Hi, I am facing some validation error issues as well, and it occurs when I want to change the interface/ some fields. Are there any updates or assistance on this?...

hey, I found a workaround this ``` from itertools import islice cap = pyshark.FileCapture("...") cap_sliced = islice(cap, 0, 10) cap_sliced_list = [*cap_sliced] ``` and you'll be able to index from...