hey everyone. i'm just trying to assign the snmp.c output to a variable. in the
code the string that gives the output is kinda like this :
for(vars = response->variables; vars; vars = vars->next_variable)
print_variable(vars->name, vars->name_length, vars);
and my output is :
Hi everybody, I just started using net snmp for 3-4 days and I'm curious about the
source codes. My question is is there a way to pick the source codes of snmpget,
snmpgetnext and snmpwalk from the entire source code? I want to compile only the 3
commands, others are not necessary for my applica