Skip to content

optimusprime01/http2-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http2-analyzer

How to try this:

  1. Setup python in your computer. Python 3.x.
  2. Install hyper: pip3 install hyper. This will install hyper-h2 and hpack which is what the script uses.
  3. Install pyshark: pip3 install pyshark. This is for reading the pcap file.
  4. Run the script: python h2-pyshark.pcap. It parses a sample pcap file in pcap-sample dir. Make sure you have the logging.json present in the same dir as the script.

References:

  1. Logging dict config example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages