Network Packet Analyzer CLI
网络数据包分析器命令行界面
A comprehensive network packet analyzer cli application. Features include data export. Perfect for developers looking to build modern web applications with professional-grade functionality.
一款全面的网络数据包分析器命令行应用。功能包括数据导出,非常适合希望构建具备专业级功能的现代网络应用的开发者。
Prompt
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.