diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-09-29 20:59:30 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-09-29 20:59:30 +0000 |
commit | 14d5fe6c4952575585004ce6885c3710b678dd40 (patch) | |
tree | 3edcbe0085f7cf485aa8b263ca4559f140bec790 /epan/sigcomp-udvm.c | |
parent | 47df714a091941db421e406344aa4bb0ad6a6ed6 (diff) | |
download | wireshark-14d5fe6c4952575585004ce6885c3710b678dd40.tar.gz wireshark-14d5fe6c4952575585004ce6885c3710b678dd40.tar.bz2 wireshark-14d5fe6c4952575585004ce6885c3710b678dd40.zip |
Print correct destination for SIGCOMP_INSTR_COPY_LITERAL.
svn path=/trunk/; revision=30206
Diffstat (limited to 'epan/sigcomp-udvm.c')
-rw-r--r-- | epan/sigcomp-udvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/sigcomp-udvm.c b/epan/sigcomp-udvm.c index 408d053323..d76da4540c 100644 --- a/epan/sigcomp-udvm.c +++ b/epan/sigcomp-udvm.c @@ -1239,7 +1239,7 @@ execute_next_instruction: { proto_tree_add_text(udvm_tree, bytecode_tvb, 0, -1, "Addr: %u ## COPY-LITERAL (position=%u, length=%u, $destination=%u)", - current_address, position, length, destination); + current_address, position, length, ref_destination); } current_address = next_operand_address; |