#author("2025-04-15T02:56:29+00:00","default:iseki","iseki") ** libpcap [#b04d0bcc] - パケットキャプチャ用ライブラリ *** INSTALL [#v48d05cd] wget http://www.tcpdump.org/release/libpcap-1.9.1.tar.gz zcat libpcap-1.9.1.tar.gz |tar xfv - cd libpcap-1.9.1 ./configure make make install