mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 03:49:01 +00:00
Move various product names from i// to p// templates.
Generally, when we know the specific name of a web server, for example, running on an embedded system, we prefer to list the server itself in p// and v//, and the hardware in i//, like so: match m|| p/thttpd/ v/$1/ i/Foobar 2000 ADSL router http config/ But it's very common that match lines instead look like this: match m|| p/Foobar 2000 ADSL router http config/ i/thttpd $1/ This commit fixes many of these, with assistance from sv-tidy.
This commit is contained in: