URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0e8cc9ab0ad41d09cbc886d1283266aea989c563
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0e8cc9a by Gerald Combs (gerald@xxxxxxxxxxxxx):
UDP multicast stream dialog.
Add the UDP multicast stream dialog. Abuse TapParameterDialog a bit more
so that we can edit parameters.
Remove some unused struct members and an unused function.
Change-Id: I962c70344e792f0959527e4bcba8a20bd7e8acf9
Reviewed-on: https://code.wireshark.org/review/10084
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 9a3d4e6 Move an include guard.
adds 0e8cc9a UDP multicast stream dialog.
Summary of changes:
doc/wireshark.pod.template | 4 +
ui/cli/tap-rtp.c | 2 +-
ui/gtk/mcast_stream_dlg.c | 18 +-
ui/gtk/rtp_stream_dlg.c | 2 +-
ui/mcast_stream.c | 27 +-
ui/mcast_stream.h | 14 +-
ui/qt/CMakeLists.txt | 2 +
ui/qt/Makefile.common | 2 +
ui/qt/Wireshark.pro | 2 +
ui/qt/main_window.h | 2 +
ui/qt/main_window.ui | 9 +
ui/qt/main_window_slots.cpp | 14 +
ui/qt/multicast_statistics_dialog.cpp | 491 ++++++++++++++++++++
...tree_dialog.h => multicast_statistics_dialog.h} | 48 +-
ui/qt/response_time_delay_dialog.cpp | 20 +-
ui/qt/service_response_time_dialog.cpp | 44 +-
ui/qt/tap_parameter_dialog.cpp | 62 +++
ui/qt/tap_parameter_dialog.h | 13 +-
ui/qt/tap_parameter_dialog.ui | 3 +
ui/rtp_stream.h | 1 -
ui/tap-rtp-common.c | 2 -
wsutil/str_util.c | 1 +
22 files changed, 666 insertions(+), 117 deletions(-)
create mode 100644 ui/qt/multicast_statistics_dialog.cpp
copy ui/qt/{stats_tree_dialog.h => multicast_statistics_dialog.h} (55%)