PiRogueToolSuite / pcapng-utils

A set of Python scripts to manipulate PCAPNG files.
GNU General Public License v3.0
2 stars 1 forks source link

Idea: populate the extra field tlsErrors, specified in HTTPToolkit tool #5

Open emaheuxPEREN opened 1 month ago

emaheuxPEREN commented 1 month ago

Idea

We should populate the extra top-level field tlsErrors: [HARTLSError] from raw tshark output, as ~ specified in HTTPToolkit tool. Doing this we could keep track of network traffic that we did not manage to decipher (e.g. the app uses a non-standard library for TLS communication, that is not yet handled by friTap).

Details