Hi,
The following steps are involved in your requirement :-
The thread which is used to analyze the incoming frames can be started along with the agent startup. Whenever the analyzing code detects the frame and wants to modify the counter value of a table available in the MIB, the following to be done :-
---------
1) The analyzing code should store the value in any form say object or a text file.
2) In the instrumentation file (i.e) in <TableName>Entry.java, in the method get<ColumnName>(), the instrumentation has to be done to increment the counter. That is, in the instrumentation, the values are obtained from the values written/stored by the 'analyzing code' and the counter value is altered.
---------
Thanks,
Kudi