mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
extrainfo shouldn't be a <special field>.
This commit is contained in:
parent
ec027e9085
commit
9dbfcba8d2
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ class ServicesPage(gtk.Notebook):
|
|||
|
||||
for key in port['service']:
|
||||
|
||||
if key in ['servicefp', 'extrainfo']:
|
||||
if key in ['servicefp']:
|
||||
|
||||
text = _('[%d] service: %s') % (port['id'], key)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue