From df29f0f8601f3f85f086bed13bcf9968080eb623 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:24 +0000 Subject: [PATCH] Automated ingestion of prompt: Network Packet Analyzer CLI --- prompts/coding/network_packet_analyzer_cli_546.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/coding/network_packet_analyzer_cli_546.md diff --git a/prompts/coding/network_packet_analyzer_cli_546.md b/prompts/coding/network_packet_analyzer_cli_546.md new file mode 100644 index 0000000..c7a3e9b --- /dev/null +++ b/prompts/coding/network_packet_analyzer_cli_546.md @@ -0,0 +1,7 @@ +--- +title: "Network Packet Analyzer CLI" +contributor: "@f" +tags: #coding, #f +--- + +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.