URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bcff3c57cc42acdda9eb9bc6f556dcbcb069e51f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
bcff3c5 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>
Actions performed:
from 5a6366c Generate xz compressed archives instead of .bz2-s
adds bcff3c5 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(-)