Decrypt TLS traffic
I am trying to decrypt TLS traffic, I should parse GET request header to a specific host.
I was provided the .pcapng file and the txt file with the TLS keys.
I added the keys using “(Pre)-Master-Secret log filename.”
I tried applying a filter such as http.request.method == “GET” && http.host == “hostname” but it doesn't seem to work, am I doing something wrong with the TLS keys?