- or download this
5.1. GetTagBytestoWrite
This function returns the number of bytes taken by the Tag of the ASN
+ object. It Scans through the BER/DER encoded String and finds the no
+ of bytes taken by the Tag of a given ASN.1 Object.
...
Parameters:
*pstr Contents
..
- or download this
5.1. GetTagBytestoWrite
This function returns the number of bytes taken by the Tag of the ASN
+ object. It Scans through the BER/DER encoded String and finds the no
+ of bytes taken by the Tag of a given ASN.1 Object.
...
field of a given ASN.1 Object. It Scans through the BER/DER encoded St
+ring and finds the no of bytes taken by the Length field of a given A
+SN.1 Object.
..
- or download this
#!/usr/bin/perl
...
$buf=~s/(\d*\.\d*\.)\s*(\w+)(.*)?(Prototype:)/print "$1 $2\n"/gem;