winpcap 썸네일형 리스트형 [Winpcap] 간단한 스니퍼 프로그램 예제. 프로젝트 시작에 앞서, 프로젝트 속성에서 포함디렉토리(include directory)와 라이브러리디렉토리(library directory)를 편집해 주어야 한다. 그리고 프로젝트의 다음의 소스를 넣고 컴파일! #include #include "pcap.h" #pragma comment (lib, "wpcap.lib") typedef struct ip_address{ u_char byte1; u_char byte2; u_char byte3; u_char byte4; }ip_address; typedef struct ip_header { u_char ver_ihl; // Version (4 bits) + Internet header length (4 bits) u_char tos; // Type of se.. 더보기 이전 1 다음