{
# Normally this should not be set as the automatic negotiation phase in the SMB protocol takes care of choosing the appropiate protocol.
    $OUT = "";
    if ($smb{ClientMaxProtocol})
    {
        $OUT .= "client max protocol = $smb{ClientMaxProtocol}\n";
    }
    if ($smb{ServerMaxProtocol})
    {
        $OUT .= "server max protocol = $smb{ServerMaxProtocol}";
    }
}
