PCAPdroid icon indicating copy to clipboard operation
PCAPdroid copied to clipboard

Feauture request: show all connections (netstat)

Open ioctl-user opened this issue 2 years ago • 5 comments

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?

ioctl-user avatar Dec 24 '23 11:12 ioctl-user

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.

anpic avatar Dec 24 '23 14:12 anpic

Implementation example https://github.com/wishihab/Android-NetStat

anpic avatar Dec 24 '23 17:12 anpic

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

emanuele-f avatar Dec 24 '23 18:12 emanuele-f

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:

emanuele-f avatar Dec 24 '23 18:12 emanuele-f

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 :)

anpic avatar Dec 24 '23 20:12 anpic