Popular recipes tagged "ber"http://code.activestate.com/recipes/tags/ber/2010-05-26T10:05:22-07:00ActiveState Code RecipesSimple BER decoding in python (Python)
2010-05-26T10:05:22-07:00Dima Tisnekhttp://code.activestate.com/recipes/users/4068698/http://code.activestate.com/recipes/577244-simple-ber-decoding-in-python/
<p style="color: grey">
Python
recipe 577244
by <a href="/recipes/users/4068698/">Dima Tisnek</a>
(<a href="/recipes/tags/ber/">ber</a>, <a href="/recipes/tags/ber_tlv/">ber_tlv</a>, <a href="/recipes/tags/python/">python</a>).
</p>
<p>Splits a string into BER TLV's and returns a dict of {type(hex): value(binary)}
Doesn't interpret tags, Descend into compound tags.</p>