GSM-SMS: add missing increment of offset.

Fixes bug introduced in
https://code.wireshark.org/review/#/c/37160/

Change-Id: I70620dcdf1e1354b9a377a8e755da3a7baa35f6c
Reviewed-on: https://code.wireshark.org/review/37172
Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
This commit is contained in:
Martin Mathieson 2020-05-09 15:19:22 +01:00 committed by Pascal Quantin
parent 366415bcc3
commit a32298b7f6
1 changed files with 1 additions and 0 deletions

View File

@ -2732,6 +2732,7 @@ dis_msg_status_report(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint
udl = oct;
DIS_FIELD_UDL(tree, offset);
offset++;
}
if (udl > 0)