URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=31699391a85d456caf90771c0c04f9fa7351a481
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3169939 by Sean O. Stalley (sean.stalley@xxxxxxxxx):
Moved dissection of setup field to own function
Dissection of all setup field types (standard & nonstandard) are
handled in a seperate function. Before, nonstandard dissection was
handled in dissect_usb_common.
This is part of an effort to make dissect_usb_common() more modular
so that code can be shared between the USB & the MAUSB dissector.
Change-Id: I15d7e3691afc29cd569aa5d3770d2aa569630b12
Reviewed-on: https://code.wireshark.org/review/1992
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 63dc129 Get rid of some stuff left over from the days of drag-install.
adds 3169939 Moved dissection of setup field to own function
Summary of changes:
epan/dissectors/packet-usb.c | 89 ++++++++++++++++++++++++++----------------
1 file changed, 55 insertions(+), 34 deletions(-)