1
0
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:
dmiller
2025-10-17 18:16:49 +00:00
parent 3a39ec6d9b
commit ef6d17eb28

View File

@@ -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)