Developed a mininal network packet sniffer that could capture and display details about packets captured by the network adapter.
The software when deployed on a PC would try to turn on promiscuous mode on the network adapter and sniff out all the transiting network packets and display them in the UI in real time.
This was developed in java using javaFX and jpcap library.