ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-BER-XS/XS.pm
(Generate patch)

Comparing Convert-BER-XS/XS.pm (file contents):
Revision 1.55 by root, Tue Apr 23 21:20:25 2019 UTC vs.
Revision 1.56 by root, Tue Apr 23 21:24:23 2019 UTC

737 $SNMP_PROFILE->set (ASN_APPLICATION, SNMP_OPAQUE , BER_TYPE_BYTES); 737 $SNMP_PROFILE->set (ASN_APPLICATION, SNMP_OPAQUE , BER_TYPE_BYTES);
738 $SNMP_PROFILE->set (ASN_APPLICATION, SNMP_COUNTER64 , BER_TYPE_INT); 738 $SNMP_PROFILE->set (ASN_APPLICATION, SNMP_COUNTER64 , BER_TYPE_INT);
739 739
740=head2 LIMITATIONS/NOTES 740=head2 LIMITATIONS/NOTES
741 741
742This module can only en-/decode 64 bit signed and unsigned integers, and 742This module can only en-/decode 64 bit signed and unsigned
743only when your perl supports those. So no UUID OIDs for now (unless you 743integers/tags/lengths, and only when your perl supports those. So no UUID
744map the C<OBJECT IDENTIFIER> tag to something other than C<BER_TYPE_OID>). 744OIDs for now (unless you map the C<OBJECT IDENTIFIER> tag to something
745other than C<BER_TYPE_OID>).
745 746
746This module does not generally care about ranges, i.e. it will happily 747This module does not generally care about ranges, i.e. it will happily
747de-/encode 64 bit integers into an C<SNMP_UNSIGNED32> value, or a negative 748de-/encode 64 bit integers into an C<SNMP_UNSIGNED32> value, or a negative
748number into an C<SNMP_COUNTER64>. 749number into an C<SNMP_COUNTER64>.
749 750
756 757
757REAL values are not supported and will currently croak. 758REAL values are not supported and will currently croak.
758 759
759=head2 ITHREADS SUPPORT 760=head2 ITHREADS SUPPORT
760 761
761This module is unlikely to work when the (officially discouraged) ithreads 762This module is unlikely to work in any other than the loading thread when
762are in use. 763the (officially discouraged) ithreads are in use.
763 764
764=head1 AUTHOR 765=head1 AUTHOR
765 766
766 Marc Lehmann <schmorp@schmorp.de> 767 Marc Lehmann <schmorp@schmorp.de>
767 http://software.schmorp.de/pkg/Convert-BER-XS 768 http://software.schmorp.de/pkg/Convert-BER-XS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines