aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-05-16 22:05:47 +0000
committerGerald Combs <gerald@wireshark.org>2012-05-16 22:05:47 +0000
commit9e3487a953c7b6b4bfe42cf6cd552f0cbd87b345 (patch)
tree21c7e2ad84889016ade128b64cfd6a7b91f66720 /epan/dissectors
parent4a1de290f8c85e97e04a2b42e1a5566ed64cce16 (diff)
Use BASE_DEC for spice.common_cap_byte1. (Hopefully that's correct.)
svn path=/trunk/; revision=42668
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-spice.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/dissectors/packet-spice.c b/epan/dissectors/packet-spice.c
index 7d6c15672a..5683a69497 100644
--- a/epan/dissectors/packet-spice.c
+++ b/epan/dissectors/packet-spice.c
@@ -2262,7 +2262,7 @@ dissect_spice_playback_server(tvbuff_t *tvb, proto_tree *tree, const guint16 mes
switch (spice_info->playback_mode) {
case SPICE_AUDIO_DATA_MODE_RAW:
proto_tree_add_text(tree, tvb, offset, message_size - 4, "RAW playback data");
- break;
+ break;
case SPICE_AUDIO_DATA_MODE_CELT_0_5_1:
proto_tree_add_text(tree, tvb, offset, message_size - 4, "CELT 0.5.1 encoded playback data");
break;
@@ -3571,7 +3571,7 @@ proto_register_spice(void)
},
{ &hf_common_cap_byte1,
{ "Capabilitities", "spice.common_cap_byte1",
- FT_UINT32, BASE_NONE, 0, 0,
+ FT_UINT32, BASE_DEC, 0, 0,
NULL, HFILL }
},
{ &hf_common_cap_auth_select,
@@ -4201,4 +4201,3 @@ proto_reg_handoff_spice(void)
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/
-