Automated ingestion of prompt: Network Packet Analyzer CLI

This commit is contained in:
promptadmin 2026-06-06 19:29:24 +00:00
parent ac550b06f0
commit df29f0f860
1 changed files with 7 additions and 0 deletions

View File

@ -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.