Wireshark-commits: [Wireshark-commits] master 795b5c1: Refactor some GSS-API dissectors to accept d

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Nov 2015 02:46:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=795b5c196303032e102189da80acd9d1f64ca8d7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

795b5c1 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Refactor some GSS-API dissectors to accept dissector data instead of using packet_info.
    
    This can hopefully lead to the removal of the GSS-API specific members of the packet_info structure.
    
    Change-Id: I7622d66e9f02c6e4cb76adcf0737b35c6ec88cdd
    Reviewed-on: https://code.wireshark.org/review/11509
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  58431e2   Don't include libwireshark headers from libwiretap.
    adds  795b5c1   Refactor some GSS-API dissectors to accept dissector data instead of using packet_info.


Summary of changes:
 asn1/ldap/packet-ldap-template.c |   28 +++++++--------
 epan/dissectors/packet-gssapi.c  |   70 ++++++++++++++++++++++++++++----------
 epan/dissectors/packet-gssapi.h  |   11 ++++++
 epan/dissectors/packet-ldap.c    |   40 +++++++++++-----------
 4 files changed, 95 insertions(+), 54 deletions(-)