RTPS: Fixed octet to next header dissection when submessage is unknown

Change-Id: If18d4797a8ace9f93546cac0d2d6f09bf7086cc3
Reviewed-on: https://code.wireshark.org/review/18145
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Juanjo Martin 2016-10-11 12:09:42 +02:00 committed by Michael Mann
parent 71232b69fd
commit 2ad87fab34
1 changed files with 1 additions and 1 deletions

View File

@ -9403,7 +9403,7 @@ static gboolean dissect_rtps(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree
tvb, offset + 1, 1, flags);
proto_tree_add_uint(rtps_submessage_tree,
hf_rtps_sm_octets_to_next_header,
tvb, offset + 2, 2, next_submsg);
tvb, offset + 2, 2, octets_to_next_header);
}
}