better context handling (?)

git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@87 f711b948-2313-0410-aaa9-d29f33439f0b
This commit is contained in:
hploetz 2006-06-14 11:00:42 +00:00
parent 1b8689c9c2
commit ea0b40ed08
1 changed files with 4 additions and 1 deletions

View File

@ -169,7 +169,8 @@ tags = {
0x62: (recurse, "File Control Parameters", context_FCP),
0x64: (recurse, "File Management Data", context_FMD),
0x6F: (recurse, "File Control Information", context_FCI),
},
context_FCI: {
0x80: (number, "Number of data bytes in the file, excluding structural information"),
0x81: (number, "Number of data bytes in the file, including structural information"),
0x82: (decode_file_descriptor_byte, "File descriptor byte"),
@ -185,6 +186,8 @@ tags = {
},
}
tags[context_FCP] = tags[context_FCI]
BER_CLASSES = {
0x0: "universal",
0x1: "application",