Description: Monitor the inflow and outflow from the machine' s IP packets for each IP packet to extract the IP address of the other side, upper layer protocol (TCP, UDP, ICMP, OTHERS), the other port and local port (if the upper level is TCP or UDP, then), tcp_flags and tcp_seq (if so, then to the upper level is TCP), packet direction (inflow or outflow). I am in the realization of adding support for IPv6, as well as a hidden interface for extracting network packet data, because another module to monitor the machine to send and receive email.
File list (Check if you may need any files):
ip包分析程序\ipdump.c
............\ipdump.h
............\说明.txt
ip包分析程序