Start Doip Listener

Starts doip listener.

Arguments Description

channel_name (str): name of a Doip channel

silent_mode (bool, optional): Flag to choose the listening mode. (Default to True)

When silent_mode = False, both, the MTF-Pyapi and MTF-Core callbacks will work. Else When silent_mode = True, only the MTF-Core callback will be activated.

tcp_reassembly_active (bool, optional): if true, tcp reassembly will be activated. (Default to False)

Returns

Bool : True if listener is started; otherwise, False.

Example

Start Doip Listener ${channel_name}

Note

It is highly recommended to set the silent mode to True with high-network traffic.