Skip to content

Releases: emanuele-f/PCAPdroid

v1.6.5

15 Jun 12:30
Compare
Choose a tag to compare
  • Add ability to inject javascript into web pages (PCAPdroid-mitm)
  • TLS decryption is now rule-based, it only applies to specified connections
  • App icon on Android 13 can be themed now (credits: incycledream)
  • Allow exporting the SSLKEYLOG after anomalous app stop
  • IPv6 fixes: fix ICMPv6, fix crash on invalid DNS, capture of ULA traffic

v1.6.4

24 Apr 09:14
Compare
Choose a tag to compare
  • Fix QR code activation crash on Android 32+
  • Update translations

v1.6.3

23 Apr 20:11
Compare
Choose a tag to compare
  • Add paid features activation via QR code for non-Play builds
  • Fix firewall not working when loading duplicate domain rules
  • Fix repeated local TCP connection attempts on some devices when private DNS is enabled
  • Minor bug fixes

v1.6.2

31 Mar 14:56
Compare
Choose a tag to compare
  • Update mitm addon to mitmproxy 9.0.1
  • Add SOCKS5 authentication via username and password
  • Add workaround for mitm addon connection failure
  • Update German translation (credits: Mario Herrmann)

v1.6.1

10 Feb 07:43
Compare
Choose a tag to compare
  • Fix Android TV navigation
  • Fix minor crashes

v1.6.0

16 Jan 08:28
Compare
Choose a tag to compare
  • Add firewall whitelist mode: block everything, unless whitelisted
  • Add pcapng format: removes the need for a separate SSLKEYLOG (paid feature)
  • Add port mapping: redirect traffic to given hosts/ports
  • Custom rules can now be added from the UI
  • DNS servers are now configurable
  • Add TLS decryption whitelist
  • Simplify PCAP dump to file
  • Sort apps by total/sent/received bytes
  • Full payload can now be disabled in TLS decryption mode
  • Support custom mitmproxy options
  • The application and the mitmproxy logs can now be viewed in-app
  • Apps stats can now be reset

API changes:

  • PCAPdroid now dumps the pcap file to the Download directory, under the PCAPdroid folder
  • It's now possible to specify a custom PCAP name with the pcap_name parameter
  • The pcap_uri parameter is now only an identifier, check out Dumping PCAP to file for instructions
  • Add mitmproxy_opts for custom mitmproxy options
  • Add pcapng_format to enable the pcapng dump format

v1.5.6

24 Sep 12:10
Compare
Choose a tag to compare
  • Extend STUN compatibility
  • Fix Whatsapp calls being dropped (no-root)
  • Add ability to skip TLS certificate installation
  • Fix paid features docs URLs and appearance on first app start
  • Fix capture stopped with always-on and start-on-boot

v1.5.5

25 Aug 19:17
Compare
Choose a tag to compare

v1.5.4

04 Aug 19:21
Compare
Choose a tag to compare
  • Unblock newly installed apps via notification action (firewall)
  • Fix context menu action possibly applied to wrong item
  • Fix ICMPv6 not captured with root and app filter
  • Fix package search with uppercase letters
  • Fix PCAP file selection dialog sometimes not appearing

v1.5.3

13 Jul 08:42
Compare
Choose a tag to compare
  • Add support for Android 13 Tiramisu
  • Add VPN exemptions to exclude specific apps from the VPN
  • Ability to set IPv6-only VPN mode
  • Add filter to only show cleartext connections
  • Ability to block newly installed apps (firewall)
  • Ability to temporary unblock an app (firewall)
  • Show scam-prevention messages
  • Deny sending traffic to remote servers via CaptureCtrl to prevent scams
  • Fix possible IllegalStateException in the status view