mirror of
https://github.com/nmap/nmap.git
synced 2025-12-13 03:09:02 +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']:
|
for key in port['service']:
|
||||||
|
|
||||||
if key in ['servicefp', 'extrainfo']:
|
if key in ['servicefp']:
|
||||||
|
|
||||||
text = _('[%d] service: %s') % (port['id'], key)
|
text = _('[%d] service: %s') % (port['id'], key)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user