network_sniffing [WHS 1기] PCAP API 활용 Programming 종속성 sudo apt update sudo apt upgrade sudo apt install -y git net-tools python3 wireshark python3-pip 실행 gcc -o sniffing sniffing.c -lpcap sudo ./sniffing 참고 Github