aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathis Marion <mathis.marion@silabs.com>2023-02-22 15:16:48 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2023-02-22 19:46:56 +0000
commite6e3d0e50c81d19431374ff89c8936bde8824e84 (patch)
tree769f3ecdb91908f09c2bac9b62b3ce7e16df4b27
parent4f37a9f4507aa738fa8e5b2b0e1cd8333573116b (diff)
Fix Wi-SUN LBS-IE dissector
-rw-r--r--epan/dissectors/packet-wisun.c2
1 files changed, 1 insertions, 1 deletions
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