Wireshark-commits: [Wireshark-commits] master 54ee7d6: opa-mad: Fix several issues with the SA and

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 2 Nov 2016 19:34:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54ee7d6006b854632e0f69c1a71b15c16703572e
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

54ee7d6 by Adam Goldman (adam.goldman@xxxxxxxxx):

    opa-mad: Fix several issues with the SA and SM parse functions
    
    Add support for SA(PortGroupTableRecord). Fixed parse errors in
    SA(CableInfoRecord), SA(BufferControlTable), SA(PathRecord),
    SA(PortInfo), & SM/SA(SMInfo). Moved SA(FabricInfoRecord) to be in SA
    Sections. Remove the attribute modifier 'ALL' bit being incorrectly
    used in SM/SA. Add support for the valid case when SA returns with
    zero records and a none zero MAD status.
    
    Change-Id: I9bdc87d113be045132a78ecf5c8b4ffa3ac29900
    Signed-off-by: Adam Goldman <adam.goldman@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/18629
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  c6c4637   ieee802.15.4: fix small typo
    adds  54ee7d6   opa-mad: Fix several issues with the SA and SM parse functions


Summary of changes:
 epan/dissectors/packet-opa-mad.c |  463 ++++++++++++++++----------------------
 1 file changed, 197 insertions(+), 266 deletions(-)