diff --git a/epan/dissectors/packet-ldss.c b/epan/dissectors/packet-ldss.c index 5b712ee800..2456f562ab 100644 --- a/epan/dissectors/packet-ldss.c +++ b/epan/dissectors/packet-ldss.c @@ -282,7 +282,7 @@ dissect_ldss_broadcast(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) guint32 targetTime; guint16 port; guint16 rate; - guint16 messageDetail; + guint16 messageDetail = INFERRED_NONE; proto_tree *ti, *ldss_tree;