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
- Host: GitHub
- URL: https://github.com/jimmygoogle/pcap_parse
- Owner: jimmygoogle
- Created: 2018-11-10T13:49:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T18:01:11.000Z (over 6 years ago)
- Last Synced: 2025-02-05T12:52:59.630Z (4 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.