Wireshark-commits: [Wireshark-commits] master b3432de: packet.c: use call_routine() for all lists

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jan 2017 04:39:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3432de4cfc496948921bc83840fefbdef22c28c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b3432de by Martin Kaiser (wireshark@xxxxxxxxx):

    packet.c: use call_routine() for all lists
    
    For running through the postseq cleanup and final registration lists, we
    can use the same dummy function call_routine() that is used for the init
    and the cleanup lists. We don't need our own copies.
    
    Change-Id: Ia1ea647d5831adda26dab86eceba8fcf704ce122
    Reviewed-on: https://code.wireshark.org/review/19668
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d04b5cd   Use dissector tables for PPP protocols' options.
    adds  b3432de   packet.c: use call_routine() for all lists


Summary of changes:
 epan/packet.c |   21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)