mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-05-08 21:12:26 +00:00
1d89de51dc
A new "Decrypt PCAP file" entry has been added to the main menu, which allows loading a PCAP+keylog or a Pcapng with secrets and show the decrypted data in PCAPdroud. The decryption itself is performed by Wireshark, which is built as the standalone shared library libushark.so, thanks to ushark. The shared library is loaded via dlopen to allow proper re-initialization of the static variables in Wireshark. This also provides the benefit to avoud unnecessary overhead and possible inteferences when not used. HTTP/2 reassembly is properly supported (implemented in ushark) and content decoding works as expected. See #351
16 lines
601 B
Plaintext
16 lines
601 B
Plaintext
[submodule "submodules/nDPI"]
|
|
path = submodules/nDPI
|
|
url = https://github.com/emanuele-f/nDPI
|
|
[submodule "submodules/zdtun"]
|
|
path = submodules/zdtun
|
|
url = https://github.com/emanuele-f/zdtun
|
|
[submodule "submodules/libpcap"]
|
|
path = submodules/libpcap
|
|
url = https://github.com/the-tcpdump-group/libpcap
|
|
[submodule "submodules/MaxMind-DB-Reader-java"]
|
|
path = submodules/MaxMind-DB-Reader-java
|
|
url = https://github.com/emanuele-f/MaxMind-DB-Reader-java
|
|
[submodule "submodules/PCAPdroid-ushark-bin"]
|
|
path = submodules/PCAPdroid-ushark-bin
|
|
url = https://github.com/emanuele-f/PCAPdroid-ushark-bin
|