Wireshark-commits: [Wireshark-commits] master-2.0 2c13e97: The WTAP_ENCAP_ETHERNET dissector needs
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 14 May 2016 08:50:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c13e97d656c1c0ac4d76eb9d307664aae0e0cf7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

2c13e97 by Guy Harris (guy@xxxxxxxxxxxx):

    The WTAP_ENCAP_ETHERNET dissector needs to be passed a struct eth_phdr.
    
    We now require that.  Make it so.
    
    Bug: 12440
    Change-Id: Iffee520976b013800699bde3c6092a3e86be0d76
    Reviewed-on: https://code.wireshark.org/review/15424
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7d8c723   BACAPP: event-time-stamps decode fix
    adds  2c13e97   The WTAP_ENCAP_ETHERNET dissector needs to be passed a struct eth_phdr.


Summary of changes:
 epan/dissectors/packet-pktap.c |   19 +++++++++++++++++--
 epan/dissectors/packet-ppi.c   |   19 +++++++++++++++++--
 epan/dissectors/packet-rpcap.c |   15 ++++++++++++++-
 3 files changed, 48 insertions(+), 5 deletions(-)