From ba185c175ac37a71fe61ab44133627314a051f65 Mon Sep 17 00:00:00 2001 From: hploetz Date: Sat, 20 May 2006 03:52:53 +0000 Subject: [PATCH] git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@61 f711b948-2313-0410-aaa9-d29f33439f0b --- TLV_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLV_utils.py b/TLV_utils.py index 680ab32..3c264f3 100644 --- a/TLV_utils.py +++ b/TLV_utils.py @@ -22,7 +22,7 @@ file_descriptor_byte_descriptions = [ (0xB8, 0x30, None, "Reserved for proprietary uses"), (0xB8, 0x38, None, "DF"), - ##(0x87, 0x00, None, "No EF structure information given"), + (0x87, 0x00, None, "No file structure information given"), (0x87, 0x01, None, "Transparent"), (0x87, 0x02, None, "Linear fixed, no further info"), (0x87, 0x03, None, "Linear fixed, SIMPLE-TLV"),