aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-fec.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-rmt-fec.c')
-rw-r--r--epan/dissectors/packet-rmt-fec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rmt-fec.c b/epan/dissectors/packet-rmt-fec.c
index 6c263c1b8f..bdac471b62 100644
--- a/epan/dissectors/packet-rmt-fec.c
+++ b/epan/dissectors/packet-rmt-fec.c
@@ -105,7 +105,7 @@ void fec_decode_ext_fti(struct _ext *e, tvbuff_t *tvb, proto_tree *tree, gint et
{
/* Decode FEC Instance ID */
f.fec->instance_id_present = TRUE;
- f.fec->instance_id = tvb_get_ntohs(tvb, e->offset+8);
+ f.fec->instance_id = (guint8) tvb_get_ntohs(tvb, e->offset+8);
}
if (tree)