Pcap Parser
Introduction
This application is used for extracting information from captured packets in network and analyzing them. It accepts .pcap files as input, extracts them and produces results in csv, byte, unhex, ip formats. Information is extracted from pcap files using Wireshark and its inline tool, TShark.
Also, it has feature for listening on specific port and saving them as pcap files and sending the pcap files through websockeet to another host.
Technologies/Languages Used
Technology | Usage |
---|---|
![]() |
Python language is used for developing this application. |
![]() |
Wireshark and its inline tool, Tshark are used for extracting data from pcap files |
![]() |
incoming packet are sent to another host through WebSocket |
Project information
- Category: Operating Systems
- Client: Karafarin Bank
- Project date: Fall 2017
- Github Repository: https://github.com/abradat/pcap-parsing
Project Description
An application for extracting data from pcap files.