Feauture request: show all connections (netstat)
Could you please consider adding setting to show yet inactive connections, that has no traffic since start of the capture?
I.e., add functionality of the netstat app?
to show yet inactive connections
That's, connections that are in /proc/net but that don't send packets?
I.e., add functionality of the netstat app
By the way, it's a great idea. Endorse :) Especially if filters and sorting are also added ;) But there is a feeling that Emanuele is tired of developing :( It is a pity that he does not have the same financial support as Rethink.
Implementation example https://github.com/wishihab/Android-NetStat
I.e., add functionality of the netstat app?
This is only possible on older Android versions. Since Android 10, apps can no longer access /proc/net without root, so this has limited applicability
But there is a feeling that Emanuele is tired of developing :(
Actually development is my day job, and I'm not tired at all :laughing:
https://github.com/wishihab/Android-NetStat
Yeah, I also know how to use google. A pull request with the implementation will help much better :wink:
Since Android 10, apps can no longer access /proc/net without root, so this has limited applicability
Thanks to Google :( But if you ever get to a full-fledged root mode, there will also be a useful feature ;)
and I'm not tired at all
At least you don't have time for this project because you earn money by programming for other people's projects :(
A pull request with the implementation will help much better
Unfortunately, those who have the time and opportunity to implement this are busy creating an analogue with unclear goals :( That's why this is your project and no one but you can pull it out ;) And whatever your decisions, you actually single-handedly created a world-class project and went further than Marcel. Thanks :)