MoAwwad666/Wireshark-PCAPNG-Analyzer ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Streamlit app that lets me upload a Wireshark PCAP or PCAPNG file and then shows useful network stats in a clean dashboard.
I want to be able to see things like packet counts, traffic breakdowns, and other helpful summaries, plus some visual charts so I can quickly understand what is going on in the capture. It should also let me explore packet level details in a readable way, not just raw data. Make the interface easy to use for someone who is not deep into networking, and keep it polished and straightforward.
If you need to, look up the current Streamlit docs or any Python packet parsing library details online so you can make sure the app runs smoothly. Please wire it up so I can run it locally with one command and analyze uploaded capture files right away.
Are you gonna build this?
make sure you review the code using coderabbit