Fix Wi-SUN LBS-IE dissector

This commit is contained in:
Mathis Marion 2023-02-22 15:16:48 +01:00 committed by Alexis La Goutte
parent 4f37a9f450
commit e6e3d0e50c
1 changed files with 1 additions and 1 deletions

View File

@ -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