niclar
niclar
FYI I got decryption to work with openssl (SSL_get_client_random, SSL_SESSION_get_master_key) and wireshark
@seladb I'm running the capture & decryption from wireshark, key logging in the client code. -So separate at the moment. If the pcapplusplus capture files are interchangeable, I can run...
Would be nice to have this feature(s) in pcapplusplus. -Maybe keep the ticket as a feature request, open for sponsoring ?
@yurybura this issue very much remains though (not changed in boost 1.77). (I'll file the PR as soon as I get some time over.)
@FrankXie05 still there. I'll get a PR out there in a bit. Just use the code above
-One might argue that since you leave all threading up to the user it's their responsibility to ensure the above.
@sebjameswml Yeah I tried building/installing morph in isolation omitting examples & tests. -Can you maybe make dependencies and examples explicitly optional (from the top level cmake) or the morph cmake...
Yes WIN32 is defined for both so that's the pragmatic way
FYI at least the scatter visual works just fine with the proposed changes
I use vcpkg to handle all thirdparty dependencies cross platform. Made a working morphologica port (all dependecies, build and install) I can contribute.