Unexplained coverage results for snmpset w/invalid values

2012-05-29 Thread Kevin Stone
I’m starting to use lcov (a coverage tool) on one of our projects that has a net-snmp interface, and I’m getting some false-negatives with the SNMPSET handler code that I can’t explain. I _KNOW_ that the test vector script is exercising each read-write accessible parameter with several boundary co

Questions about mib2c.table_data.conf gen'd code

2011-05-04 Thread Kevin Stone
So I'm coding my first table implementation, using the mib2c.table_data.conf skeleton code, and I've run into issues with the resulting code: I started with this: mib2c -c mib2c.table_data.conf  -S cache=1  myTable 1) The original generated code has some bugs, that I think I've fixed, but I'd lik