aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-lwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-lwm.c b/epan/dissectors/packet-lwm.c
index 96dd8b1e0e..b06f5c2049 100644
--- a/epan/dissectors/packet-lwm.c
+++ b/epan/dissectors/packet-lwm.c
@@ -207,7 +207,7 @@ static void dissect_lwm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint8 lwm_fcf_security;
guint8 lwm_fcf_multicast;
- guint16 lwm_multi_header;
+ guint16 lwm_multi_header = 0;
guint8 lwm_seq;
guint16 lwm_src_addr;
@@ -215,7 +215,7 @@ static void dissect_lwm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint8 lwm_endp_field;
guint8 lwm_src_endp;
guint8 lwm_dst_endp;
- guint32 lwm_mic;
+ guint32 lwm_mic = 0;
guint8 lwm_cmd;
proto_item *proto_root, *ti;