Giuliano Bellini

Results 333 comments of Giuliano Bellini

Hi @TyseEX, the GUI library in use by Sniffnet supports choosing different graphical renderers at runtime via the environment variable `ICED_BACKEND`. By default, `wgpu` is used, but in your case...

Ok, so the problem is that your graphical adapter doesn't support `wgpu` and the app is falling back to use `tiny-skia`. This issue cannot be solved with the `tiny-skia` renderer...

I think reading this can be of help for your use case: https://github.com/iced-rs/iced/issues/1898

No problem! Let me know when you have some news.

Yeah... in the meantime I hope it's not a big problem for you to use it with depth 24.

> Something like this: `env ICED_BACKEND=wgpu sniffnet`? @TyseEX could you try setting it to `tiny-skia` as suggested by @i-amgeek?

Hey @TyseEX a new Sniffnet version was released the past month. When you have some time, I'd like to get an update to know whether your problem was fixed. If...

Thanks for your suggestion. Yes, you're actually the first one to have brought up this kind of concern and there is not a real solution as of now. However, as...

After better thinking about this one, I came to the following conclusions: 1. the table can be sorted by ascending / descending number of packets / bytes in case you...