Giuliano Bellini
Giuliano Bellini
I just tried it without `>/dev/null 2>&1 &` and the issues are still there, unexpectedly. The behaviour is the same except for the fact that two icons open instead of...
Hi @C0kkie This issue has already been solved: https://github.com/GyulyVGC/sniffnet/issues/86 Please let me know in case of further doubts or if you have other problems. Also make sure you have installed...
It's a problem related to Npcap which can be solved by yourself when you install it. You have to read #86 for more info.
Closing as duplicate of #21, #86, #211 which have already been solved. I've also updated the docs to make it more clear: 38c3e3a
Thanks for having pointed out. As explained [here](https://github.com/GyulyVGC/sniffnet#supported-application-layer-protocols), the determination of application protocols is very basic for now. I'll have to polish it up in the upcoming releases.
I've noticed that different resources state that both TCP and UDP port 80 is HTTP, such as https://httplab.it/PortDef, https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers or https://www.geeksforgeeks.org/50-common-ports-you-should-know/. Any suggestion?
Hi, thank you for your feedback. I'm absolutely considering to do it for the next release!
I'm actually using npcap for my GH workflows and I recommend it also in the README. However, I had some issues trying to embed it in the installer
> This issue has been addressed in my incoming PR. Did you stick to Npcap 0.93 in the end?
But since I cannot distribute the OEM to the users, I guess that in the end we will just warn the user that Npcap is required; so this issue will...