You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm parsing PCAP files containing HTTP transactions, and hoping to generate a list of http requests & responses within.
I'm not sure how to perform matching to create the pairs, or how to access the data consistently in a variety of use cases, ie:
ssl.keylog_file
)I find that if I write code that works for one scenario, I then try to use it on another but it fails, e.g. trying to access a missing attribute.
Are there any examples that show how to consistently parse any pcap file and reliably extract http transactions?
Beta Was this translation helpful? Give feedback.
All reactions