Wireshark-commits: [Wireshark-commits] master-3.0 772599c: Only put generic values into the print_s
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 01 Apr 2019 02:01:13 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=772599cfc7c3190c1eb5ce2b01409f4cc4487fc2
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

772599c by Guy Harris (guy@xxxxxxxxxxxx):

    Only put generic values into the print_stream_t structure.
    
    Put values used only by particular subclasses into the subclass data
    structure.
    
    Change-Id: Ibb995ebf18ba24449467e932084fbeef03ad1abf
    Reviewed-on: https://code.wireshark.org/review/32653
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 8b0615de3b747f588387b64d2b7c05e7f6f51487)
    Reviewed-on: https://code.wireshark.org/review/32656
    

Actions performed:

    from  37a91ae   Don't draw the taps if we never got a capture file.
     add  772599c   Only put generic values into the print_stream_t structure.


Summary of changes:
 epan/print_stream.c | 26 +++++++++++++++-----------
 epan/print_stream.h |  5 -----
 2 files changed, 15 insertions(+), 16 deletions(-)