An open API service indexing awesome lists of open source software.

https://github.com/jimmygoogle/pcap_parse

pcap file parsing assignment
https://github.com/jimmygoogle/pcap_parse

Last synced: about 2 months ago
JSON representation

pcap file parsing assignment

Awesome Lists containing this project

README

        

A coding assignment (python 3) where I was not allowed to import an other libraries other than the ones I was given so it forced me to do some things by hand. I needed to parse a pcap file (argument) then count and get the size packets, look at resource records, and compute latency among other things. Enjoy.