mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix formatting of TCP sequence info in Zenmap topology. Fixes #3189
This commit is contained in:
@@ -602,7 +602,7 @@ class SystemPage(BWScrolledWindow):
|
||||
tcp_note.set_line_wrap(False)
|
||||
tcp_note.set_alignment(1.0, 0.5)
|
||||
tcp_note.set_markup(
|
||||
TCP_SEQ_NOTE % (tcp['index'], tcp['difficulty']))
|
||||
TCP_SEQ_NOTE % tcp)
|
||||
|
||||
table.attach(tcp_note, 0, 3, 4, 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user