New sniffer app #13

Merged
xAnavrins merged 6 commits from develop-1.8 into develop-1.8 2019-07-06 23:42:46 -04:00
Showing only changes of commit 08eac79109 - Show all commits

View File

@@ -129,7 +129,7 @@ end
function page.ports:eventHandler(event)
if event.type == 'grid_select' then
shell.openForegroundTab('sniff ' .. event.selected.port)
shell.openForegroundTab('Sniff ' .. event.selected.port)
end
return UI.SlideOut.eventHandler(self, event)
end