mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Update path in comment.
This commit is contained in:
parent
3e10995e90
commit
42fa95c755
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue