Wireshark-commits: [Wireshark-commits] master ddeab2c: Get rid of PCAP_ENCAP_USB.

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

Commits:

ddeab2c by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of PCAP_ENCAP_USB.
    
    It doesn't correspond to anything we support - and the old Linux USB
    LINKTYPE_ value of 186 doesn't give enough information to dissect the
    packets (it discards the event type, for example), so we drop the rest
    of our support for it as well.
    
    Change-Id: I6f537d9263174aba4320edf5140e1d1540e979c8
    Reviewed-on: https://code.wireshark.org/review/14020
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  eb9d2b0   Fix implicit conversion from 64 to 32 bits
    adds  ddeab2c   Get rid of PCAP_ENCAP_USB.


Summary of changes:
 randpkt_core/randpkt_core.c |    8 --------
 wiretap/pcap-common.c       |    2 --
 wiretap/wtap.h              |    2 +-
 3 files changed, 1 insertion(+), 11 deletions(-)