Dimitri Papadopoulos Orfanos

Results 343 comments of Dimitri Papadopoulos Orfanos

``` /usr/local/share/.tipi/w/cli-89765bc/xsum_bench.c:33:10: error: '../xxhash.h' file not found, did you mean 'xxhash.h'? #include "../xxhash.h" ^~~~~~~~~~~~~ "xxhash.h" [ 42%] Building C object CMakeFiles/cli-89765bc.dir/usr/local/share/.tipi/w/cli-89765bc/xsum_sanity_check.c.o 1 error generated. ```

https://docs.microsoft.com/windows/win32/api/winsock2/nf-winsock2-accept ```c SOCKET WSAAPI accept( [in] SOCKET s, [out] sockaddr *addr, [in, out] int *addrlen ); ``` https://docs.microsoft.com/windows/win32/api/winsock/nf-winsock-bind ```c int bind( [in] SOCKET s, const sockaddr *addr, [in] int namelen...

Merged into fork [selectable-socketpair/selectable-socketpair](https://github.com/selectable-socketpair/selectable-socketpair): https://github.com/selectable-socketpair/selectable-socketpair/pull/1

@dlenski I suggest you push a merge request into [selectable-socketpair/selectable-socketpair](https://github.com/selectable-socketpair/selectable-socketpair) in the short term.

The timeout originates here: https://github.com/dlenski/what-vpn/blob/d76f7aa83df4e5b4376efc3d31c499262585b17f/what_vpn/sniffers.py#L106 We shouldn't need to pass the `-K` option, it should be on by default.

Is it expected that path **`/sslvpnclient?launchplatform=mac&neProto=3&supportipv6=yes`** returns a 404? ![404](https://user-images.githubusercontent.com/3234522/172644963-161c189d-a668-4542-a5c9-40ea28e834ca.png)

Gateway `vpn.valpo.edu` is not detected either: ``` $ what-vpn -v vpn.valpo.edu Sniffing vpn.valpo.edu ... Is it AnyConnect/OpenConnect? no match Is it Juniper/Pulse? no match Is it PAN GlobalProtect? no match...

Same with `vpn.uu.edu`: ``` $ what-vpn -K -v vpn.uu.edu Sniffing vpn.uu.edu ... Is it AnyConnect/OpenConnect? connection error Is it Juniper/Pulse? no match Is it PAN GlobalProtect? no match Is it...

About `-K` I am unable to understand the rationale for not making it the default. For example, even if SonicWall detection was updated, the script would still fail with a...

I may be missing something, but it looks like failure on timeout in a sniffer may result in skipping all the following sniffers. That's not something we want. If so,...