Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetPcapFile
Method
SetPcapFile
Src/ParameterCompone/ParameterSSH.cpp:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
int CParameterSSH::SetPcapFile(const QString &szFile)
35
{
36
m_pcapFile = szFile;
37
return 0;
38
}
39
40
CParameterSSHTunnel::CParameterSSHTunnel(CParameterOperate *parent, const QString &szPrefix)
41
: CParameterSSH(parent, szPrefix)
Callers
1
Accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected