std::stringm_captureModuleAddress;/**< IP address of the TrafficCapture process */
intm_captureModulePort;/**< Port number of the TrafficCapture listener */
std::vector<std::string>m_ifaces;/**< */
unsignedcharm_mode;/**< Capture mode: offline or online */
intm_pcapTimeStampSeconds;/**< Pcap time stamps description */
intm_pcapTimeStampMicroseconds;/**< Pcap time stamps description */
unsignedcharm_record;/**< Record mode (online mode only) */
std::stringm_pcapMergeTool;/**< Full path file name of the PCAP meger tool (offline mode only) */
std::stringm_fileToPlay;/**< PCAP file to play (offline mode only) */
std::vector<std::string>m_mergerFileList;/**< List of the PCAP file to merge (offline mode only) */
std::stringm_mergerFilePath;/**< Directory path where the PCAP file to merge to merge are located (offline mode only) */
std::vector<boost::shared_ptr<EutIPInterface>>m_eutIpInterfaceList;/**< List of the IP addresses/port numbers of the EUT equipments (online mode only) */
std::string&CaptureModuleAddress(){returnm_captureModuleAddress;};/**< Gets the IP address of the TrafficCapture process */
intCaptureModulePort(){returnm_captureModulePort;};/**< Gets the port number of the TrafficCapture listener */
std::vector<std::string>&Ifaces(){returnm_ifaces;};/**< Gets the list of the network interfaces to monitor */
unsignedcharMode(){returnm_mode;};/**< Gets the capture mode */
intPcapTimeStampSeconds(){returnm_pcapTimeStampSeconds;};/**< Gets the Pcap time stamps description */
intPcapTimeStampMicroseconds(){returnm_pcapTimeStampMicroseconds;};/**< Gets the Pcap time stamps description */
unsignedcharRecord(){returnm_record;};/**< Gets the record mode */
std::string&PcapMergeTool(){returnm_pcapMergeTool;};/**< Gets the full path file name of the PCAP meger tool */
std::string&FileToPlay(){returnm_fileToPlay;};/**< Gets the PCAP file to play */
std::vector<std::string>&MergerFileList(){returnm_mergerFileList;};/**< Gets the list of the PCAP file to merge */
std::string&MergerFilePath(){returnm_mergerFilePath;};/**< Gets the directory path where the PCAP file to merge to merge are located */
std::vector<boost::shared_ptr<EutIPInterface>>&EutIpInterfaceList(){returnm_eutIpInterfaceList;};/**< Gets the list of the IP addresses/port numbers of the EUT equipments */