Skip to content

Commit

Permalink
MMRP: Fix wrong offset for service attribute type
Browse files Browse the repository at this point in the history
Issue reported by Nils Andersen

Close #17005
  • Loading branch information
alagoutte authored and AndersBroman committed Nov 13, 2020
1 parent 96eec0b commit 8b51266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epan/dissectors/packet-mrp-mmrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ dissect_mmrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_
MMRP_FIRST_VALUE_GROUP_OFFSET + msg_offset + vect_offset,
attribute_length, ENC_NA);
offset = dissect_mmrp_three_packed_event(vect_attr_tree, tvb,
MMRP_MAC_THREE_PACKED_OFFSET + msg_offset + vect_offset,
MMRP_SERVICE_THREE_PACKED_OFFSET + msg_offset + vect_offset,
number_of_values);

}
Expand Down

0 comments on commit 8b51266

Please sign in to comment.