}#endif//QT_DEBUG/*retrieve response that we're interested.*/#ifdef QT_DEBUGintcount =1;#endif//QT_DEBUGfor(snmpVariables = responsePdu->variables; snmpVariables != NULL; snmpVariables = snmpVariables->next_variable) {if(snmpVariables->type ==ASN_OCTET_STR) {char* response = (char*)ma...