Where does ntop look for html (and gif) files under Win32?
A. ntop looks in two places. The first is the current directory and the second is configurable through a constant in ntop_win32.h, #define DATAFILE_DIR “.” Note that the current directory, or “.”, may not be what you expect. When running ntop as a Win32 service, “.” is %SystemRoot%\system32, meaning that ntop looks in %SystemRoot%\system32\html for the .html and .gif files.