Skip to content

Commit

Permalink
TLV_utils.decode as external tool
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@84 f711b948-2313-0410-aaa9-d29f33439f0b
  • Loading branch information
hploetz committed Jun 14, 2006
1 parent 2a18e34 commit 9c614ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tlvdecoder.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-

from TLV_utils import *
import binascii, sys

if __name__ == "__main__":
a = binascii.unhexlify("".join( sys.stdin.read().split() ))
print decode(a)

0 comments on commit 9c614ae

Please sign in to comment.