ex)
# iptables -A INPUT -j NFQUEUE
# iptables -A OUTPUT -j NFQUEUE
# ./netfilter_test
ex)
# apt install libnetfilter-queue-dev
Latest Stable Version : 1.1.2.1 [ Download ]
# wget http://packetfactory.openwall.net/libnet/dist/libnet.tar.gztar -xvf file.
# tar -zxvf libnet.tar.gzCreate a Directory.
# mkdir /usr/include/libnet # mkdir /usr/include/win32Move the file into the directory.
# cd libnet/include/libnet # mv libnet-macros.h libnet-headers.h /usr/include/libnet # mv ../win32/config.h /usr/include/win32
Cloning a Git repository.
# git clone https://github.com/google/glog.gitChange from the directory.
# cd glogInstall.
※ See INSTALL for (generic) installation instructions for C++: basically.# ./autogen.sh && ./configure && make && make install # ldconfigError during installation.
autoreconf: not found.
# apt install autoconflibtoolize is needed because this package uses Libtool.
# apt install libtool