URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ce98b6c90dcbd8e9468bbac0adf10a7d537afdcb
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ce98b6c by Moshe Kaplan (me@xxxxxxxxxxxxxxx):
Enable exporting IMF traffic as an EML file
Change-Id: Ia56b38a770a148dd8bf030699615189601944cc2
Reviewed-on: https://code.wireshark.org/review/18656
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from faa5ba2 PROFINET: Update MRP dissection according to IEC62439-2 Ed.2.
adds ce98b6c Enable exporting IMF traffic as an EML file
Summary of changes:
epan/dissectors/packet-imf.c | 35 +++++++++++++++++++++-
epan/dissectors/packet-imf.h | 16 +++++++++-
ui/CMakeLists.txt | 1 +
ui/Makefile.am | 1 +
ui/export_object.h | 2 ++
ui/{export_object_http.c => export_object_imf.c} | 18 +++++------
ui/qt/export_object_dialog.cpp | 5 ++++
ui/qt/export_object_dialog.h | 2 +-
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 6 ++++
ui/qt/main_window_slots.cpp | 5 ++++
11 files changed, 80 insertions(+), 12 deletions(-)
copy ui/{export_object_http.c => export_object_imf.c} (79%)