DECT-MITEL-RFP: Set proto length in DECToE case

This commit is contained in:
Bernhard Dick 2022-11-25 12:55:06 +01:00 committed by Martin Mathieson
parent a6c6afedef
commit abea8b8b4a
1 changed files with 1 additions and 0 deletions

View File

@ -1155,6 +1155,7 @@ static int dissect_dect_mitel_rfp(tvbuff_t *tvb, packet_info *pinfo, proto_tree
break;
case DECT_MITEL_RFP_MESSAGE_TYPE_ETH:
/* Handover to DECT-MITEL-ETH*/
proto_item_set_len(ti, 4);
next_tvb = tvb_new_subset_remaining(tvb, offset);
call_dissector_with_data(dect_mitel_eth_handle, next_tvb, pinfo, tree, &ip_encapsulated);
break;