hi,
I am working on a snmp agent project.I have defined a private mib and built an AdvnentNet snmp agent working on it.I have a code which analyses the frames incoming to my host
and i want to start a thread doing this job then integrate it to the agent to change its behavior:for example,in the mib I have a table "ipstattable" in which I defined a counter for incoming packets.so,when a packet arrives, the thread doing the frame analyse detect it and i want that the agent set the counter with a new value(increment it for eg)..how can i do this?
thank you.