File: INSTALL

package info (click to toggle)
ndiff 0.05beta4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 300 kB
  • ctags: 254
  • sloc: perl: 1,806; makefile: 56
file content (19 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

# perl Makefile.PL

# make; make install

# man NDiff_Quickstart

See also manpages for nrun, ngen, and ndiff

*** Currently ngen assumes the nmap-services file lives in /usr/local/share/nmap/;
    if you find that ngen isn't defaulting to the complete set of ports (the combination
    of /etc/services and nmap-services) then set the environment variable 
    NDIFF_SERVICES_FILE to the full path to the file.  That is,

	export NDIFF_SERVICES_FILE=/foo/bar/nmap-services
	ngen ...