mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Update nmap-os-db syntax to support nested ranges
This commit is contained in:
parent
71d76026dc
commit
b839872f91
4 changed files with 83 additions and 18 deletions
|
|
@ -75,7 +75,6 @@ const struct expr_test tests[] = {
|
|||
{"<A", "", false},
|
||||
{">A", "", false},
|
||||
{"1-9", "", false},
|
||||
#if 0
|
||||
{"M[1-9]", "M2", true},
|
||||
{"M[<5]S", "M2S", true},
|
||||
{"M[>A]S", "MFS", true},
|
||||
|
|
@ -116,7 +115,6 @@ const struct expr_test tests[] = {
|
|||
{"[<5]S", "2B", false},
|
||||
{"[>A7]S", "FS", false},
|
||||
{"[>A7]S", "A6S", false},
|
||||
#endif
|
||||
{"", "", true}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue