mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix formatting of TCP sequence info in Zenmap topology. Fixes #3189
This commit is contained in:
parent
3a39ec6d9b
commit
ef6d17eb28
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue