Re: [Pysnmp-dev] Definition of Opaque class
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2010-07-21 14:36:53
|
You seem to be correct. That's a bug in pysnmp code. I have just fixed it in CVS at SF. But how did you notice it? Did it break something to SNMP message decoding? thanks, ilya > I believe that definition of this class should be: > > class Opaque(univ.OctetString): > tagSet = univ.OctetString.tagSet.tagImplicitly( > tag.Tag(tag.tagClassApplication, tag.tagFormatSimple, 0x04) > ) > > Am I correct? |