IndySockets / Indy

Indy - Internet Direct
https://www.indyproject.org
434 stars 147 forks source link

IdSNMP doesn't manage ASN_APP_COUNTER64 type $46 #497

Closed 2b34 closed 10 months ago

2b34 commented 10 months ago

Hello,

ASNItem function in ASN1Util doesn't manage ASN_APP_COUNTER64 type ($46 dec 70) added it to ASNItem case ASNType :

.... ASN1_APP_COUNTER64, ASN1_COUNTER, ASN1_GAUGE, ASN1_TIMETICKS: ... and defined the constant ASN1_APP_COUNTER64 = $46; fixed the problem..

Saverio