From e6e3d0e50c81d19431374ff89c8936bde8824e84 Mon Sep 17 00:00:00 2001 From: Mathis Marion Date: Wed, 22 Feb 2023 15:16:48 +0100 Subject: [PATCH] Fix Wi-SUN LBS-IE dissector --- epan/dissectors/packet-wisun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-wisun.c b/epan/dissectors/packet-wisun.c index 8f91f6b3e9..939df1029c 100644 --- a/epan/dissectors/packet-wisun.c +++ b/epan/dissectors/packet-wisun.c @@ -832,7 +832,7 @@ dissect_wisun_lbsie(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, gui proto_tree_add_item(tree, hf_wisun_lbsie_broadcast_id, tvb, offset+3, 2, ENC_LITTLE_ENDIAN); proto_tree_add_item(tree, hf_wisun_lbsie_channel_plan_tag, tvb, offset+5, 1, ENC_LITTLE_ENDIAN); proto_tree_add_item(tree, hf_wisun_lbsie_broadcast_sync_period, tvb, offset+6, 1, ENC_LITTLE_ENDIAN); - return 6; + return 7; } static int