현재 위치 - 인적 자원 플랫폼망 - 미니프로그램 자료 - Libpcap 프로그래밍 문제가 급해요! !
Libpcap 프로그래밍 문제가 급해요! !
행 23 은 printf ("net IP address is:% s \ n ",net _ IP _ string) 여야 합니다.

26 행은 printf ("넷마스크 addressis:% s \ n", net _ mask _ string) 여야 합니다.

Inet_ntoa 문제의 경우 다음 세 개의 헤더를 추가해 보십시오.

# include & ltsys/socket.h >

# include & ltnetinet/in.h >

# include & lt arpa/inet.h >

앞서 언급했듯이

Printf ("네트워크 Ip 주소는 %s\n", net _ IP _ address);

Printf 로 변경 ("넷마스크 주소는% s \ n", net _ mask _ string); 너 바꿨어?