Wireshark-commits: [Wireshark-commits] master-2.4 1d7ce92: Only put generic values into the print_s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 01 Apr 2019 02:11:54 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d7ce92f9c62459851b2ed55da8b2d061d7f80ea
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

1d7ce92 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/32659
    

Actions performed:

    from  3c5c17e   Don't draw the taps if we never got a capture file.
     add  1d7ce92   Only put generic values into the print_stream_t structure.


Summary of changes:
 epan/print_stream.c | 17 +++++++++--------
 epan/print_stream.h |  2 --
 2 files changed, 9 insertions(+), 10 deletions(-)