Wireshark-commits: [Wireshark-commits] master 609ea4b: Directly call the FDDI and "raw IP" dissecto

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 18 Jan 2016 04:50:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=609ea4baa62a523434cdd8ff350d56d135d588ae
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

609ea4b by Guy Harris (guy@xxxxxxxxxxxx):

    Directly call the FDDI and "raw IP" dissectors from the nettl dissector.
    
    Just get handles for the dissectors, don't go through the wtap_encap
    dissector table.
    
    Change-Id: I459249b98741cc069495c84ad4c47c0aa6768096
    Reviewed-on: https://code.wireshark.org/review/13383
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  8ec153f   Have the "maybe an FCS" version of the Ethernet dissector take a data argument.
    adds  609ea4b   Directly call the FDDI and "raw IP" dissectors from the nettl dissector.


Summary of changes:
 epan/dissectors/packet-fddi.c  |   17 ++++++++---------
 epan/dissectors/packet-nettl.c |   17 ++++++++---------
 epan/dissectors/packet-raw.c   |    6 +++---
 3 files changed, 19 insertions(+), 21 deletions(-)