added screenshot

This commit is contained in:
Tristan Smith 2024-06-10 12:05:43 -04:00
parent a8d581452a
commit c8f0df0b28
2 changed files with 2 additions and 0 deletions

BIN
ip-reporter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -2,6 +2,8 @@
IP Reporter is a desktop application built with Rust and GTK that listens for specific UDP packets on the network and displays the IP and MAC addresses of the sources. It allows users to export the collected data to a file and provides functionality to open the IP address in the default web browser. IP Reporter is a desktop application built with Rust and GTK that listens for specific UDP packets on the network and displays the IP and MAC addresses of the sources. It allows users to export the collected data to a file and provides functionality to open the IP address in the default web browser.
![ip-reporter gui](ip-reporter.png)
## Features ## Features
- **Listen for UDP Packets**: Captures and displays the source IP and MAC addresses of UDP packets sent to a specific destination. - **Listen for UDP Packets**: Captures and displays the source IP and MAC addresses of UDP packets sent to a specific destination.