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

Comparing Convert-BER-XS/XS.xs (file contents):
Revision 1.33 by root, Thu Apr 25 22:30:21 2019 UTC vs.
Revision 1.34 by root, Thu Feb 6 11:51:40 2020 UTC

67 SNMP_TIMETICKS = 0x03, 67 SNMP_TIMETICKS = 0x03,
68 SNMP_OPAQUE = 0x04, 68 SNMP_OPAQUE = 0x04,
69 SNMP_COUNTER64 = 0x06, 69 SNMP_COUNTER64 = 0x06,
70}; 70};
71 71
72// tlow-level types this module can ecode the above (and more) into 72// low-level types this module can ecode the above (and more) into
73enum { 73enum {
74 BER_TYPE_BYTES, 74 BER_TYPE_BYTES,
75 BER_TYPE_UTF8, 75 BER_TYPE_UTF8,
76 BER_TYPE_UCS2, 76 BER_TYPE_UCS2,
77 BER_TYPE_UCS4, 77 BER_TYPE_UCS4,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines