summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2014-08-19 23:37:30 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2014-08-19 21:40:07 +0000
commitc7da11678b719b4e2af13d6b7a5f7066c2ccdb18 (patch)
treed1732aae393958f88787869693f0e1fb4f0ec7f6 /epan
parentcdfd6e4a93598aa770a4efd1d63182f2e190bcf3 (diff)
downloadwireshark-c7da11678b719b4e2af13d6b7a5f7066c2ccdb18.tar.gz
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>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-usb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-usb.c b/epan/dissectors/packet-usb.c
index 2d62df5bfc..2f7eda29dd 100644
--- a/epan/dissectors/packet-usb.c
+++ b/epan/dissectors/packet-usb.c
@@ -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);
}