Wireshark-commits: [Wireshark-commits] master 21007dc: H225: Replace globals that track packet data
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 12 Jun 2016 01:15:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=21007dc5466b6f9e3f4c00a23eed2fc23f6ac66f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

21007dc by Michael Mann (mmann78@xxxxxxxxxxxx):

    H225: Replace globals that track packet data with p_add_proto_data/p_get_proto_data.
    
    Change-Id: I0380151fb0f45063b81bc55dd5b8dc4add99ad30
    Reviewed-on: https://code.wireshark.org/review/15794
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  e659faa   Line up comments.
    adds  21007dc   H225: Replace globals that track packet data with p_add_proto_data/p_get_proto_data.


Summary of changes:
 epan/dissectors/asn1/h225/h225.cnf               |  291 +++++++++++---
 epan/dissectors/asn1/h225/packet-h225-template.c |   48 +--
 epan/dissectors/packet-h225.c                    |  449 ++++++++++++++--------
 3 files changed, 526 insertions(+), 262 deletions(-)