John Bumgarner

Results 4 issues of John Bumgarner

**Thanks in advance for any support.** -------------------------------------- I noted from testing that the timeout feature of either: `capture.apply_on_packets(process_packets, timeout=timeout)` or `capture.sniff(timeout=timeout)` has a latency issue. For instance this code has...

I use `langdect` to classify the language of a website when the site does not have a `lang` attribute in the HTML. Occasionally `langdect` will misclassify a website written in...

I'm trying to use the parameter `use_ek` in a LiveCapture session. I continually get the following error: > raise TSharkVersionException(f"Your tshark version does not support elastic-mapping. Please upgrade.") pyshark.tshark.tshark.TSharkVersionException: Your...

bug

Created a static method to provide a visual countdown in minutes remaining when a rate limit threshold has been reached. UPDATED this request on 04.29.2023 with new code.