RTPS: initialize guid.fields_present field

Fixes #17365
This commit is contained in:
Pascal Quantin 2021-04-29 09:53:47 +02:00 committed by Wireshark GitLab Utility
parent d8dedddf8a
commit 00b0cb180a
1 changed files with 1 additions and 0 deletions

View File

@ -12079,6 +12079,7 @@ void dissect_rtps_submessages(
endpoint_guid dst_guid;
/* No fields have been set in GUID yet. */
guid.fields_present = 0;
dst_guid.fields_present = 0;
while (tvb_reported_length_remaining(tvb, offset) > 0) {
submessageId = tvb_get_guint8(tvb, offset);