ieee80211: Fix dissect_hs20_osu_provider() return parameter

With the current return parameter of dissect_hs20_osu_provider() function, the dissector only show the first
osu_provider of the list. Changing the return end by return offset, the
dissector show all osu_provider of the list.
This commit is contained in:
Francisco Jose Alvarez 2020-10-08 11:08:05 +02:00 committed by Wireshark GitLab Utility
parent 21c3bdff06
commit 4189581cc9
1 changed files with 1 additions and 1 deletions

View File

@ -8432,7 +8432,7 @@ dissect_hs20_osu_provider(proto_tree *tree, tvbuff_t *tvb,
proto_item_set_len(pi, offset - start_offset);
}
return end;
return offset;
}
static void