URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea2a3ac4024c8f5610042a7815443be2731b480b
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ea2a3ac by Michael Mann (mmann78@xxxxxxxxxxxx):
Initialize Qt info_data_t structure in constructor.
GTK and TShark should already have structure initialized to 0 because they are global variables.
Change-Id: I43a38c58f32967d201ddf78e450b2483f28f8bd6
Reviewed-on: https://code.wireshark.org/review/12847
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 40312bf [mp2t] add an expert info for invalid adaptation_field_control values
adds ea2a3ac Initialize Qt info_data_t structure in constructor.
Summary of changes:
tshark.c | 3 ---
ui/gtk/main.c | 5 -----
ui/qt/main_window.cpp | 8 +++-----
3 files changed, 3 insertions(+), 13 deletions(-)