actually store the endpoint in the conversation

this fixes the bugfix for
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10386
(hopefully)

Change-Id: Ib61e1033cae7516181c3557bf78d01b4249a7393
Reviewed-on: https://code.wireshark.org/review/3738
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2014-08-19 23:37:30 +02:00
parent cdfd6e4a93
commit c7da11678b

View file

@ -1768,6 +1768,7 @@ dissect_usb_endpoint_descriptor(packet_info *pinfo, proto_tree *parent_tree,
conversation = get_usb_conversation(pinfo, &pinfo->src, &tmp_addr, pinfo->srcport, usb_addr.endpoint);
}
usb_trans_info->interface_info->endpoint = endpoint;
conversation_add_proto_data(conversation, proto_usb, usb_trans_info->interface_info);
}