Wireshark-commits: [Wireshark-commits] master-2.6 a6074ab: Only put generic values into the print_s
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a6074abb60f1b25c55c0c742c1af06a52bc118d6
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
a6074ab 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/32658
Actions performed:
from 7b04e4a Don't draw the taps if we never got a capture file.
add a6074ab 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(-)