Wireshark-commits: [Wireshark-commits] master 4ad6f2a: Add routines to return "Please report this a
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ad6f2a813b3775fed4a85d6a337773019357fab
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
4ad6f2a by Guy Harris (guy@xxxxxxxxxxxx):
Add routines to return "Please report this as a bug" message strings.
(Routines, so that if we internationalize strings not in the Qt code,
this can return the appropriately translated version.)
Change-Id: I1c169d79acde2f0545af7af2a737883d58f52509
Reviewed-on: https://code.wireshark.org/review/32549
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 2cb4d31 wsgcrypt: fix wrong double assignment (CID: 1444233).
add 4ad6f2a Add routines to return "Please report this as a bug" message strings.
Summary of changes:
caputils/capture-pcap-util.c | 12 +++---------
dumpcap.c | 23 ++++++++---------------
wsutil/CMakeLists.txt | 2 ++
wsutil/please_report_bug.c | 33 +++++++++++++++++++++++++++++++++
wsutil/please_report_bug.h | 35 +++++++++++++++++++++++++++++++++++
5 files changed, 81 insertions(+), 24 deletions(-)
create mode 100644 wsutil/please_report_bug.c
create mode 100644 wsutil/please_report_bug.h