PCAPdroid/.gitignore
emanuele-f 39b4456aba Fix mismatched HTTP/2 replies with multiplexing (ushark)
When decrypting PCAP/Pcapng, the HTTP/2 replies would be mismatched
when HTTP/2 multiplexing was used and replies were received out of order.

To fix this, keep track of the HTTP/2 stream IDs to correcly match HTTP
requests to replies
2026-01-11 17:41:56 +01:00

27 lines
334 B
Plaintext

# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# Generated files
.idea/
.gradle
# Gradle and Maven with auto-import
*.iml
*.ipr
# Other
local.properties
.DS_Store
build/
captures/
/pcap/
.externalNativeBuild
.cxx
app/release/
app/debug/
app/standard/
app/withoutUshark/
keystore
# Python
__pycache__