URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0310132a82f2642ba0dd995e12aeebad665f2e7c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0310132 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Multicast Stream: Move mcast_stream.[ch] to ui
Preparation to add Multicast Stream Dialog on Qt (Add extern C...)
Change-Id: Ic8bc39a18dba607d6da116df799de7847ce8e4c8
Reviewed-on: https://code.wireshark.org/review/6984
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from d7ee095 [ZVT] start dissecting the registration apdu
adds 0310132 Multicast Stream: Move mcast_stream.[ch] to ui
Summary of changes:
ui/CMakeLists.txt | 1 +
ui/Makefile.common | 2 ++
ui/gtk/CMakeLists.txt | 1 -
ui/gtk/Makefile.common | 4 +--
ui/gtk/mcast_stream_dlg.c | 52 +++++++++++++++++++++++++--------
ui/gtk/mcast_stream_dlg.h | 10 +++++--
ui/{gtk => }/mcast_stream.c | 68 ++++++++++++++++++++-----------------------
ui/{gtk => }/mcast_stream.h | 23 +++++++++------
8 files changed, 96 insertions(+), 65 deletions(-)
rename ui/{gtk => }/mcast_stream.c (92%)
rename ui/{gtk => }/mcast_stream.h (92%)