There are 3 repositories under pcap-parser topic.
Network Security Sniffer
A highly configurable multi-threaded packet sniffer and parser build in rust-lang.
PCAP/PCAPNG file format parser written in pure Rust. Fast, zero-copy, safe.
Network inspection library for Node
A minimalist, low-latency, HFT CME MDP3.0 C++ market data feed handler and pcap file reader (MDP 3.0)
Payload-Byte is a tool for extracting and labeling packet capture (Pcap) files of modern network intrusion detection datasets.
heiFIP: A tool to convert network traffic into images for ML use cases
Network Packet Tracer Library
Modified version of USTC-TK2016: Toolkit for processing PCAP file and transform into image data for training
Pcap-analyzer to automate the process of finding malicious domains that interracted with a specific IP-Victim
Program for static analysis of pcap files and recreation of information sent
A simple Python library for extracting packets from a PCAP file.
This class allows to efficiently convert bigger than memory pcap files to a labeled feature-per-byte dataset in parquet format
Analyzed a Wireshark/TCPdump trace to characterize the TCP flows in the trace and also figured out the HTTP Versions, congestion window sizes and packet losses
Code for RnD project at IIT Bombay. This work was published at IEEE ICNP 2018 workshop P4EU.
Multicast Sequence Decoder
A simple parser written in python to quickly get ports and connections related to a specific HOST from a PCAP file
Analysis and Visualization of network traffic from data centres based on trace.pcap file.
An autometed sniffer and parser designed to send packets captured by Wireshark to Google Chronicle.
Parse through PCAP files collected via wireshark and display tables/graphs of that info
A Man on the Side network attack tool written in Python 👾 ⚔ 💻 (2019)
These python scripts capture Real-time stream and dump it into pcap file through "Dumpcap" and then convert the pcap files to csv files with the help of "Flowmeter" , after that we merge those csv's into 1 csv file and apply Normalization and preprocessing techniques to make it suitable to feed ML / DL Model.
Simple LuaJIT module for reading PCAP files
PCAP Feature Extractor Toolkit
This Python script, pcap_parser.py, extracts and analyzes TCP, UDP, and ICMP packet streams from a .pcap. It hunts for credentials and sensitive information
Pcap tools for security analysis and file manipulation.
It's used to parse the pcap file, and extract the data of each layer from the data link layer, network layer, transport layer, and then to the application layer. The application layer supports HTTP and TLS protocols.