Oriol Arcas

Results 7 comments of Oriol Arcas

Sorry for not answering @john-shaffer, thank you for taking over the PR.

In the documentation the `struct WINDIVERT_ADDRESS` has a UINT64 field, a UINT64 bit-field and a union. In the code, the UINT64 bit-field is implemented using one UINT32 bit-field and one...

I see that this was suggested in issue https://github.com/basil00/Divert/issues/52#issuecomment-495427033: > Would be nice if we could get bitwise operations in the filter language &, |, ^, ~, at minimum bitwise...

In case somebody else is looking into this, finally I will be using the comparison operators "=" to check IP network ranges. E.g., to check for 192.168.1.0/24, I will use...

Since this is what gdbinit does already, this patch fixes this problem.

Yes, "f [frame number]" works with this patch.

Tried to recompile, but Maven fails with: ``` [ERROR] Cannot resolve project dependencies: [ERROR] Software being installed: de.weingardt.mylyn.gitlab.feature.group 2.1.0 [ERROR] Missing requirement: de.weingardt.mylyn.gitlab.feature.group 2.1.0 requires 'org.eclipse.equinox.p2.iu; de.weingardt.mylyn.gitlab.core [2.1.0,2.1.1)' but it...