mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-05 21:04:28 +08:00
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
27 lines
334 B
Plaintext
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__
|