앞의 글에 연결되는 글이다. 사용된 라이브러리에 대한 자료형에 대한 설명을 간략히 정리한다. struct radiotap_header{ // RadioTap is the standard for 802.11 reception/transmission/injection uint8_t it_rev; // Revision: Version of RadioTap uint8_t it_pad; // Padding: 0 - Aligns the fields onto natural word boundaries uint16_t it_len;// Length: 26 - entire length of RadioTap header }; it_rev : RadioTap 버전정보 (0) it_pad: Padding (0) it_len:..