Wireshark-commits: [Wireshark-commits] master a299e69: No need to export the 48-byte-header Linux U

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 21 Feb 2016 02:03:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a299e69bb2be8e0532d190bd925b89d91487bc07
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a299e69 by Guy Harris (guy@xxxxxxxxxxxx):

    No need to export the 48-byte-header Linux USB dissector.
    
    Nobody looks it up, so just register it in the wtap_encap table, as we
    do with the 64-byte-header Linux USB dissector, the USBPCAP dissector,
    and the FreeBSD USB dissector.
    
    Change-Id: I5da098d799a63449f17a26924b3ba2de36536896
    Reviewed-on: https://code.wireshark.org/review/14046
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3514a5a   Disssect the flags fields in the FreeBSD USB headers.
    adds  a299e69   No need to export the 48-byte-header Linux USB dissector.


Summary of changes:
 epan/dissectors/packet-usb.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)