relay USB control messages without payload to protocol-specific dissectors
authorMartin Kaiser <wireshark@kaiser.cx>
Fri, 6 Mar 2015 18:13:23 +0000 (19:13 +0100)
committerMartin Kaiser <wireshark@kaiser.cx>
Wed, 11 Mar 2015 22:05:43 +0000 (22:05 +0000)
commit90797b95a02a2ab3c2790e17e999cbf1552daee8
treeee1dbe1ce54c3e549d7ab2dbe51d6b0d451bb016
parentc19860dba8d158c42865c3d9051b6f318cb41169
relay USB control messages without payload to protocol-specific dissectors

at the moment, we don't forward such messages and therefore see lots
of generic USB control messages that could be dissected further

even if there's no data, a protocol-specific dissector may still set
the columns based on conversation info

Change-Id: If3fc0f0ce3bdec1f91b7e3cadc3affd56b8c8969
Reviewed-on: https://code.wireshark.org/review/7584
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Martin Kaiser <wireshark@kaiser.cx>
epan/dissectors/packet-usb.c