git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e6625
)
added new flash8 tags
author
kramm
<kramm>
Wed, 17 Jan 2007 13:32:30 +0000
(13:32 +0000)
committer
kramm
<kramm>
Wed, 17 Jan 2007 13:32:30 +0000
(13:32 +0000)
lib/modules/swfdump.c
patch
|
blob
|
history
diff --git
a/lib/modules/swfdump.c
b/lib/modules/swfdump.c
index
c7bfcea
..
535befa
100644
(file)
--- a/
lib/modules/swfdump.c
+++ b/
lib/modules/swfdump.c
@@
-231,6
+231,12
@@
char* swf_TagGetName(TAG*tag)
return "SCRIPTLIMITS";
case ST_SETTABINDEX:
return "SETTABINDEX";
+ case ST_ENABLEDEBUGGER2:
+ return "ENABLEDEBUGGER2";
+ case ST_PLACEOBJECT3:
+ return "PLACEOBJECT3";
+ case ST_METADATA:
+ return "METADATA";
case ST_REFLEX:
return "REFLEX";