Download ntop
ntop is distributed under the GNU GPL.
These are the available ntop formats:
- Source (it should virtually compile on any Unix/Win32 platform)
- tarball
- SVN
We have a SVN server with the ntop code. This is how to fetch it:mkdir my_ntop_goes_herecd my_ntop_goes_heresvn co https://svn.ntop.org/svn/ntop/trunk/ntop
Now you need to compile ntop:
cd ntop./autogen.shmakemake install
- Binary
- sourceforge.net [Unix]
- Windows 95/98/ME/NT/2K/XP/Vista (demo snapshot limited to 1,000 packets capture [see this link for more info])
- Third-Party
Download n2n
Source code:
- svn co https://svn.ntop.org/svn/ntop/trunk/n2n
- Then type make
For some platforms there are also some binary packages available:
- Debian [Courtesy of Kristian Paul]
- FreeBSD
[Courtesy of Sylwester Sosnowski]- Binary
- Port source: svn co https://trac.no-route.org/svn/freebsd-ports/ports/security/n2n
- Port bug reports or feedback
- OpenWrt
Download PF_RING
You can download it using SVN:
- mkdir my_pf_ring_goes_here
- cd my_pf_ring_goes_here
- svn co https://svn.ntop.org/svn/ntop/trunk/PF_RING/
