feat: Add PCAP import shortcut to capture view help

This commit is contained in:
Jose Luis Montañes Ojados
2026-01-19 14:49:50 +01:00
parent 7cb29c45e3
commit 2a8f0c633a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -942,7 +942,7 @@ func (m Model) viewCapture() string {
// Help // Help
var help string var help string
if m.captureMode == CaptureModeNone { if m.captureMode == CaptureModeNone {
help = "[c] Choose mode [l] Local [r] Remote SSH [q] Quit" help = "[c] Choose mode [l] Local [r] Remote SSH [p] Pcap Import [q] Quit"
} else if !m.capturing { } else if !m.capturing {
help = "[s] Start [c] Change mode [d] Disconnect [q] Quit" help = "[s] Start [c] Change mode [d] Disconnect [q] Quit"
} else { } else {