1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 23:19:02 +00:00
Files
nmap/zenmap/zenmapGUI
dmiller f51de3bc0e Make NmapOutputViewer.go_to_host more efficient
Instead of loading the entire output into a new string with
gtk.TextBuffer.get_text, we use the gtk.TextIter.forward_search method.
This works because we don't need to use regular expressions to find a
static string.
2014-06-03 17:22:20 +00:00
..
2014-02-20 21:22:30 +00:00
2014-01-08 19:50:22 +00:00
2014-01-08 19:50:22 +00:00