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.42 by root, Sun Apr 21 01:51:12 2019 UTC vs.
Revision 1.43 by root, Sun Apr 21 01:58:14 2019 UTC

737 $SNMP_PROFILE->set (ASN_APPLICATION, SNMP_COUNTER64 , BER_TYPE_INT); 737 $SNMP_PROFILE->set (ASN_APPLICATION, SNMP_COUNTER64 , BER_TYPE_INT);
738 738
739=head2 LIMITATIONS/NOTES 739=head2 LIMITATIONS/NOTES
740 740
741This module can only en-/decode 64 bit signed and unsigned integers, and 741This module can only en-/decode 64 bit signed and unsigned integers, and
742only when your perl supports those. 742only when your perl supports those. So no UUID OIDs for now.
743 743
744This module does not generally care about ranges, i.e. it will happily 744This module does not generally care about ranges, i.e. it will happily
745de-/encode 64 bit integers into an C<ASN_INTEGER> value, or a negative 745de-/encode 64 bit integers into an C<ASN_INTEGER> value, or a negative
746number into an C<SNMP_COUNTER64>. 746number into an C<SNMP_COUNTER64>.
747 747

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines