URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d4f98057e1592a3fd27a974f6c56519a00cb6eed
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
d4f9805 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Add the ability to dynamically add a new protocol to export PDU dialog box
Change-Id: I83012cc963d514982e40010e837e11a6fcf1bc3e
Reviewed-on: https://code.wireshark.org/review/2423
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit bcff3c57cc42acdda9eb9bc6f556dcbcb069e51f)
Reviewed-on: https://code.wireshark.org/review/2424
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 3d23e94 Rename the filtername to initial_rtt
adds d4f9805 Add the ability to dynamically add a new protocol to export PDU dialog box
Summary of changes:
epan/dissectors/packet-dvbci.c | 4 ++--
epan/dissectors/packet-exported_pdu.c | 6 ++----
epan/dissectors/packet-logcat.c | 4 ++--
epan/exported_pdu.c | 24 ++++++++++++++++++++++++
epan/exported_pdu.h | 21 +++++++++++++++------
ui/gtk/export_pdu_dlg.c | 8 ++++----
ui/qt/export_pdu_dialog.cpp | 9 +++++----
7 files changed, 54 insertions(+), 22 deletions(-)