Skip to content

Practice project I've made for fun on April-2017 My goal was to understand how Wireshark parse PCAP files. That is a POC of parsing a binary PCAP file to readable text, I did not manage to cover all protocols, but definitely you got the idea :) I've researched RFC documents for the parsing.

Notifications You must be signed in to change notification settings

Orbitoly/Building-PCAP-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCAP-Parser

Practice project I've made for fun on April-2017 My goal was to understand how Wireshark parse PCAP files. That is a POC of parsing a binary PCAP file to readable text, I did not manage to cover all protocols, but definitely you got the idea :)

I've researched RFC documents for the parsing.

INPUT - raw PCAP

alt text

OUTPUT - My parser

alt text

OUTPUT - Wireshark for comparison

alt text

About

Practice project I've made for fun on April-2017 My goal was to understand how Wireshark parse PCAP files. That is a POC of parsing a binary PCAP file to readable text, I did not manage to cover all protocols, but definitely you got the idea :) I've researched RFC documents for the parsing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages