Cybersecurity / networking tool
Packet Analyzer
Project 03 · Seif Osman

The problem
I wanted to understand live network traffic hands-on, without the weight of a full GUI analyzer.
What I built
A terminal packet sniffer: Scapy captures traffic, a Textual TUI renders it in real time, and a lightweight pass flags unusual patterns; PCAP import/export included.
The result
A Wireshark-lite you can run in any terminal — built as a self-driven cybersecurity project.
Stack
PythonScapyTextualPCAP