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

asked 2022-10-30 17:01:27 +0000

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 :)

edit retag flag offensive close merge delete

Comments

Would seem to be an issue for the scapy folks.

grahamb gravatar imagegrahamb ( 2022-10-31 08:39:39 +0000 )edit