mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
extrainfo shouldn't be a <special field>.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user