MCPcopy 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
34int CParameterSSH::SetPcapFile(const QString &szFile)
35{
36 m_pcapFile = szFile;
37 return 0;
38}
39
40CParameterSSHTunnel::CParameterSSHTunnel(CParameterOperate *parent, const QString &szPrefix)
41 : CParameterSSH(parent, szPrefix)

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected