A simple yet highly functional packet sniffer inspired by wireshark and tralalero tralala
A retro-themed network packet sniffer built with Python, Scapy, and Tkinter β styled to look like Windows 95!
It uses the ChicagoFLF font and a gray UI to match the old-school aesthetic.
- Real-time packet sniffing using Scapy
- Filter packets by protocol: TCP, UDP, ICMP, or all
- View detailed information per packet
- Classic Windows 95-style interface with the Chicago font
- Python 3.7+
- Linux (tested on Kali Linux)
- Scapy
- Tkinter (should come pre-installed)
ChicagoFLF.ttffont in afont/directory
-
Clone this repo:
git clone https://github.com/yourusername/tralalero-packet-sniffer.git cd tralalero-sniffer -
Install dependencies:
pip install scapy
-
Make sure the font is present:
- The file
font/ChicagoFLF.ttfshould be in the same directory as the script. - The script will auto-install it if needed.
- The file
- Update the screenshot path in the README (replace with your path and image name):

You need to run the script as root to allow raw socket capture:
```bash
sudo python3 tralalero_sniffer.py
MIT License. Use freely, just don't sell it as-is.
Stefano Inspired by old-school Windows nostalgia and modern network security tools and italian brainrot memes to create a lighthearted fun project
