feat: Add PCAP import shortcut to capture view help
This commit is contained in:
BIN
inspector.exe
BIN
inspector.exe
Binary file not shown.
@@ -942,7 +942,7 @@ func (m Model) viewCapture() string {
|
||||
// Help
|
||||
var help string
|
||||
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 {
|
||||
help = "[s] Start [c] Change mode [d] Disconnect [q] Quit"
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user