Network Packet Analyzer CLI
Create a command-line network packet analyzer
Content
Create a command-line network packet analyzer in C using libpcap. Implement packet capture from network interfaces with filtering options. Add protocol analysis for common protocols (TCP, UDP, HTTP, DNS, etc.). Include traffic statistics with bandwidth usage and connection counts. Implement packet decoding with detailed header information. Add export functionality in PCAP and CSV formats. Include alert system for suspicious traffic patterns. Implement connection tracking with state information. Add geolocation lookup for IP addresses. Include command-line arguments for all options with sensible defaults. Implement color-coded output for better readability.
Related Prompts
Pomodoro Timer
Create a comprehensive pomodoro timer app
Sudoku Game
Create an interactive Sudoku game
HTTP Benchmarking Tool CLI
Create a high-performance HTTP benchmarking tool
Create STYLE_GUIDE.md
This prompt assists users in creating a comprehensive STYLE_GUIDE.md for their projects. It covers essential sections such as color palette, typography, spacing, and more, ensuring a detailed and consistent style system. Users can also include example component design references.