emanuele-f / PCAPdroid

No-root network monitor, firewall and PCAP dumper for Android
https://emanuele-f.github.io/PCAPdroid
GNU General Public License v3.0
2.28k stars 273 forks source link

PCAPdroid Trailer not work,lua plugin is loaded normally #428

Closed RokasUrbelis closed 4 months ago

RokasUrbelis commented 5 months ago

Hi,the file captured using pcapdroid does not seem to have a fake Ethernet head,the lua plugin is loaded normally,but the pcapng file doesn't seem to work,appname not displayed. image wireshark version: Version 4.2.2 (v4.2.2-0-g404592842786). OS: windows 11

emanuele-f commented 5 months ago

Hello, please post your "Build info", that you access via the info icon in the the About page. Does it work if you disable the pcapng format?

RokasUrbelis commented 4 months ago

Disabling the pcapng format does not seem to resolve the issue, as it still does not work. 443ee0ef60bb6f511e94b482d0c6c443

emanuele-f commented 4 months ago

Please share the build info from here:

Screenshot_20240506_103750_Chrome

RokasUrbelis commented 4 months ago
Build type: playstore
Build version: 1.7.2
Build date: 2024-04-21 00:10:27
Current date: 2024-05-06 19:52:37
Device: HUAWEI ALN-AL10
OS version: Android 12 (SDK 31)

DumpMode: PCAP_FILE
FullPayload: false
TLSDecryption: false
TLSSetupOk: true
CAInstallSkipped: true
BlockQuic: NEVER
RootCapture: false
Socks5: false
BlockPrivateDns: true
CaptureInterface: @inet
MalwareDetection: false
Firewall: false
PCAPNG: false
BlockNewApps: false
TargetApps: []
IpMode: BOTH
Trailer: false
StartAtBoot: false
PrivateDnsMode: disabled
MitmBatteryOptimized: false

df19727cd7816ed1dc121b80b7394008

emanuele-f commented 4 months ago

The PCAPdroid trailer option is disabled, you need to enable it

RokasUrbelis commented 4 months ago

Thank you, I overlooked this point,but why is this field showing garbled characters? image

emanuele-f commented 4 months ago

This seems a bug, I will try to reproduce this

RokasUrbelis commented 4 months ago

Okay, I really appreciate your response,this project has solved a lot of problems for me, and I'm very optimistic about it.