BUG Fixed 460 and 469 resolved
--- a/umit/gui/MainWindow.py
+++ b/umit/gui/MainWindow.py
@@ -596,14 +596,14 @@ class MainWindow(UmitMainWindow):
xml_scanfile = mktemp()
f = open(xml_scanfile, "w")
-current_page.parsed.write_xml(f)
+current_page.get_parser().write
i have added option to remove scaling on the time axis, so that all the
packet relays are shown at same gaps even though the time intervals are
different.
i have also added a button in toolbar for full screen as told by Francesco
Piccinno
fullscreen_timeaxis.patch
Description: Binary data
--