(trivial) moved 'is request' comment in dissect_usb_common()

Change-Id: I759f64920284a35ea55bc68624570def51dfd72a
Reviewed-on: https://code.wireshark.org/review/2832
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Sean O. Stalley 2014-07-03 07:29:48 -07:00 committed by Evan Huus
parent 4e74546e76
commit 212df87e7f
1 changed files with 2 additions and 1 deletions

View File

@ -3204,10 +3204,11 @@ dissect_usb_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent,
}
if (usb_conv_info->is_request) {
/* this is a request */
tvbuff_t *setup_tvb = NULL;
if (usb_conv_info->is_setup) {
/* this is a request */
type_2 = USB_TYPE(tvb_get_guint8(tvb, offset));