1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-13 08:56:34 +00:00

Update path in comment.

This commit is contained in:
david
2011-12-09 18:39:03 +00:00
parent 3e10995e90
commit 42fa95c755

View File

@@ -1,11 +1,12 @@
/*
Usage: ./addrset [<specification> ...]
This program tests the addrset functions in ncat_hostmatch.c, the
ones that maintain the lists of addresses for --allow and --deny. It
takes as arguments specifications that are added to an addrset. It
then reads whitespace-separated host names or IP addresses from
standard input and echoes only those that are in the addrset.
This program tests the addrset functions in nbase/nbase_addrset.c,
the ones that maintain the lists of addresses for --allow and
--deny. It takes as arguments specifications that are added to an
addrset. It then reads whitespace-separated host names or IP
addresses from standard input and echoes only those that are in the
addrset.
David Fifield