For a project overview, installation information, and detailed usage information please visit nPrint's project homepage
- Debian Linux
- macOS
sudo apt-get install libpcap-dev
brew install argp-standalone autoconf automake libtoolgit clone https://github.com/nprint/nprint.git
cd nprint
autoreconf -iOn Debian/Linux:
./configure
make
sudo make installOn macOS:
./configure CPPFLAGS="-I/opt/homebrew/opt/argp-standalone/include" LDFLAGS="-L/opt/homebrew/opt/argp-standalone/lib"
make
sudo make install- Download the latest release tar here
- Extract the tar
tar -xvf [nprint-version.tar.gz] cd [nprint-directory]
On Debian/Linux:
./configure
make
sudo make installOn macOS:
./configure CPPFLAGS="-I/opt/homebrew/opt/argp-standalone/include" LDFLAGS="-L/opt/homebrew/opt/argp-standalone/lib"
make
sudo make install@inproceedings{10.1145/3460120.3484758,
author = {Holland, Jordan and Schmitt, Paul and Feamster, Nick and Mittal, Prateek},
title = {New Directions in Automated Traffic Analysis},
year = {2021},
isbn = {9781450384544},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3460120.3484758},
doi = {10.1145/3460120.3484758},
pages = {3366–3383},
numpages = {18},
keywords = {machine learning on network traffic, automated traffic analysis, network traffic analysis},
location = {Virtual Event, Republic of Korea},
series = {CCS '21}
}