Rare case: Two network devices have (accidentaly) same IP addres and SNMP community, one support 64bit counters but second one dont.
Reading packets from 64bit conuter aware device, but (probably) ARP table record expires and device supported only 32bit counters is queried with -x parameter and get error. SNMPGET display "Error in packet
Reason: (noSuchName) There is no such variable name in this MIB. Failed object: .1.3.6.1.2.1.31.1.1.1.10.2" in such situation, but TTG computate with 0 in this case which usually give non-sence results.
Shouldnt be better to terminate TTG with corresponding error message and exitcode?