Giuliano Bellini
Giuliano Bellini
Thanks for making me aware of this. I suspect it's an upstream problem with how `iced` and `winit` handle the windowing system. I believe there isn't much I can do...
From which display are you starting the app by the way? The one on the left or the one on the right? Can you try starting it from the other...
Ok thanks for the info... that is just a warning and it shouldn't matter for this particular issue
Hi @joaofeteira, I need some error traces to help you. Can you launch Sniffnet from your terminal and report here the errors you get? You can launch it with: `sudo...
Thanks for the info, this will help understanding what's going on. I've just opened an issue on the repo for the library I'm using to open file dialogs: https://github.com/PolyMeilex/rfd/issues/259
Hey guys, I'm migrating (#1032) to the new version of Iced that possibly fixed this issue. I need your help to verify that the problem is gone. [Here](https://github.com/GyulyVGC/sniffnet/actions/runs/20464934062) you can...
Awesome 🤩 This means that Sniffnet v1.5.0 will finally fix this issue! Thanks for the confirmation.
Thanks for your feedback @it-lgtm I'm not too worried about parsing the SNI itself... elements that are more concerning are: 1. trying to detect `ClientHello` messages will inevitably require to...
The way I would go with this is to simply check individual packets to see if they contain any form of `ClientHello` (be it TCP or QUIC); if a packet...