David Luu

Results 59 issues of David Luu

Curious to wonder when this broke, even though looks like the project is abandoned for updates. Safari extension download link doesn't trigger. I assume probably with the recent changes from...

Looking through the various issues, see that this project has been abandoned for updates. I also see there are a number of forks ~ 340 at current check. Without having...

The TLS option is rather new and rpcap is not enabled by default for *nix platforms, and Windows doesn't yet support TLS for rpcap. So I did some testing for...

I came across a go implementation of the RPCAP protocol: https://pkg.go.dev/github.com/kor44/rpcap. It's more like a specification and doesn't yet have any example rpcapd or rpcap client implementations using that go-based...

I saw this mentioned in [ExtraHop's configuration](https://docs.extrahop.com/9.5/rpcap/#configure-rpcap-on-the-extrahop-system) for their customized version of rpcapd. ``` ActiveClient = 10.10.6.45, 2003, ifname=eth0 ActiveClient = 10.10.6.45, 2003, ifaddr=10.10.2.0/24 UserName = rpcapd ``` also think...

Hi, Just curious whether the libpcap related functionality that Ncpap uses (or is bundled with) supports SSL/TLS? I wasn't sure if this is upstream at libpcap whether it can support...

Currently, on Windows at least, calling driver.get() or execute (java)script will cause the WebDriver command to hang until the app/script or whatever is launched by the command terminates. Need to...