DecodeSequence, DecodeSet methods (BER format)
Status: Beta
Brought to you by:
akira_ag
When we have to decode SEQUENCE or SET and there are fields with NULL values in the end of sequence (pic.1) we have problem with calculation of length of all structure. If we have NULL values in the beginning or in the middle of sequence - it OK (pic.2).
I had to solve this problem by my own. If there a place to submit fixes?