How to filter http2 GET requests in a decrypted tls pcap file with scapy library?

Hi, i have created a pcap file which i then proceeded to decrypt with the sslkeylog file. While i am able to filter out only "GET /something" requests using the filter "http2.header.value == 'GET' ", i cannot do the same with the scapy library. I basically want to write a script to filter out all GET /something requests, in order to easily examine them later. Does anyone know how to do this? Thanks in advance :)

user1512's avatar
1
user1512
asked 2022-10-30 17:01:27 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Would seem to be an issue for the scapy folks.

grahamb's avatar grahamb (2022-10-31 08:39:39 +0000) edit
add a comment see more comments