PCAPdroid icon indicating copy to clipboard operation
PCAPdroid copied to clipboard

No-root network monitor, firewall and PCAP dumper for Android

Results 91 PCAPdroid issues
Sort by recently updated
recently updated
newest added

The connections view is not appropriate when we want to get an overview of an app traffic. Ideas for this feature: - Group by visited domains and report the number...

enhancement

As in #144, implement the ability to block connections with root. Requires dealing with iptables as in #128

enhancement

Sometimes we run multiple captures at a time to reproduce a traffic and on every capture we would have to repeatedly set the save location of the file and also...

enhancement

In addition to saving a .pcap file to the phone or serving it via http it would be a nice addition to support Wiresharks [sshdump](https://www.wireshark.org/docs/man-pages/sshdump.html) which send the live pcap...

enhancement

The nDPI library takes up about 6.3 MB of space in the apk. It bundles many unneeded modules, mainly dissectors, which could be removed to save space.

enhancement

Use LiveData or reactive streams instead. https://developer.android.com/jetpack/androidx/releases/localbroadcastmanager -

enhancement
good first issue

The [HAR file format](https://en.wikipedia.org/wiki/HAR_(file_format)) is a standard format generated by browsers to record the requests/response data and analyze it afterwards. This makes sense in particular after #57 is implemented. Here...

enhancement

![2022-01-05_12-25](https://user-images.githubusercontent.com/5488003/148210246-12b69798-8a44-41bb-a20e-461fc21e36c7.png) In Android 12, toasts are [limited to two lines of text](https://developer.android.com/guide/topics/ui/notifiers/toasts). Alternatives should be evaluated.

enhancement

Many users asked for video tutorials explaining the app features. A tutorial should be brief and focused on a specific topic. Here is which topics are useful to cover: -...

documentation
good first issue

Currently most users run PCAPdroid in a split view. A floating window makes it easier to operate on an app and see its connections in PCAPdroid at the same time.

enhancement
good first issue