Juan Pablo Contreras Franco

Results 12 comments of Juan Pablo Contreras Franco

@jhyun0919 were you able to run the notebooks and the core source code?

As a workaround, I installed [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb). It fixed the issue. Still, vscode's own debugger got lldb to use all the memory in my machine, which in turn made it unresponsive...

Hi @seladb - I would like to collaborate on this task. Is there any task breakdown already or is there any progress? Also, why porting to C++11 instead of later...

> be really great if you can help. @seladb ok I can collaborate. I am new to this repo so I need to check out how is everything working. What...

> The main problem with [HTTP/2](https://en.wikipedia.org/wiki/HTTP/2) (formerly known as [SPDY](https://en.wikipedia.org/wiki/SPDY)) in the context of analyzing and parsing is that this protocol is encrypted by design, unlike previous versions of HTTP...

> If you find a way to decrypt without an external dependency then I'm all for it! seems this need require a lengthy investigation... I may look into that later...

@seladb I think you also need to add either the PRs (#1213, #1212) or the remote branches to this issue. I'd like to keep a track of my contributions for...

@seladb I'm currently generating traces using a Python client/server script I wrote. How about you? How do you create your test traces?

> What do you mean by traces? Sample captures as in [Wireshark webpage](https://wiki.wireshark.org/SampleCaptures). I think I may need to generate samples to test corner cases. I meant that I know...

> How do you create sample captures with Python? 🤔 Ok, I stretched it a bit... I wrote two (server/client) ~50 lines scripts that barely work and just send some...