Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master a942468: Make more infiniband subdissectors heuristic

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Dec 2016 14:20:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a942468e0771686ea168d19c0e59fe443c644b88
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a942468 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Make more infiniband subdissectors heuristic.
    
    1. Convert the Mellanox encapsulation header into a heuristic dissector.
    2. Convert EtherType header dissection into a heuristic dissector.
    3. Convert "heuristic preferences" to use deprecated_heur_dissector_pref.
    
    Ping-Bug: 5061
    Ping-Bug: 2672
    Change-Id: Iabcac1af8e07f3f6f25f825ed56b2036c3285783
    Reviewed-on: https://code.wireshark.org/review/19317
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  cf0f6ae   transum: add Modelines info
    adds  a942468   Make more infiniband subdissectors heuristic.


Summary of changes:
 epan/dissectors/packet-fcoib.c      |    2 -
 epan/dissectors/packet-infiniband.c |  318 ++++++++++++++++++-----------------
 epan/dissectors/packet-infiniband.h |    1 +
 epan/dissectors/packet-iser.c       |    1 -
 epan/prefs.c                        |    2 +
 5 files changed, 164 insertions(+), 160 deletions(-)