Wireshark-commits: [Wireshark-commits] master 15c895d: Make the USB header information an enumerate

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 28 Jan 2015 09:48:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=15c895dbc48cf5f74694888eb4c2250674922ae6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

15c895d by Guy Harris (guy@xxxxxxxxxxxx):

    Make the USB header information an enumerated type.
    
    It's not really a bitset, it's a choice of one of four types of USB
    pseudo-header.  Make it an enum.
    
    Change-Id: I4ea994e1606c23e0a0f08b1b61357eea40a2535e
    Reviewed-on: https://code.wireshark.org/review/6830
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  53a5e4f   win32: fix detection of Windows 10 Technical Preview
    adds  15c895d   Make the USB header information an enumerated type.


Summary of changes:
 epan/dissectors/packet-mausb.c     |    4 +-
 epan/dissectors/packet-mbim.c      |    2 +-
 epan/dissectors/packet-usb-com.c   |    2 +-
 epan/dissectors/packet-usb-video.c |    2 +-
 epan/dissectors/packet-usb.c       |  147 +++++++++++++++++++++++++-----------
 epan/dissectors/packet-usb.h       |   21 ++++--
 6 files changed, 122 insertions(+), 56 deletions(-)