From 347a19ae9629ad06ab597a176672c9098c9af64a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 19 Apr 2017 19:21:11 -0700 Subject: Add common routines for command-line libwiretap error reporting. These are similar to the routines added to ui/alert_box.c for dialog-box libwiretap error reporting. This centralizes the knowledge about what to say for various libwiretap errors, removing some duplicate code, and giving more details in some programs. Change-Id: I737405c4edaa0e6c27840f78a8c587a8b3ee120b Reviewed-on: https://code.wireshark.org/review/21234 Reviewed-by: Guy Harris --- ui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/CMakeLists.txt') diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index b15a4dcf21..d1f778ee77 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -31,6 +31,7 @@ set(COMMON_UI_SRC export_object_ui.c export_pdu_ui_utils.c help_url.c + failure_message.c filter_files.c firewall_rules.c iface_lists.c -- cgit v1.2.1