From e52c95c6c8cdac34eccdba9b49d68a6982685f1a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 23 Apr 2017 16:48:17 -0700 Subject: Move UI-only stuff out of libwireshark. Packet ranges are used only in the UI; move the packet range stuff into libui. Don't pass a print_args_t structure to libwireshark packet-printing routines, just pass the few parameters they need. Move the declaration of print_args_t into file.h. Change-Id: Icff5991eea7d7d56f33b4716105895263d275bcf Reviewed-on: https://code.wireshark.org/review/21308 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- ui/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/Makefile.am') diff --git a/ui/Makefile.am b/ui/Makefile.am index c7e984162e..776ad4230b 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -66,6 +66,7 @@ WIRESHARK_UI_SRC = \ help_url.c \ mcast_stream.c \ packet_list_utils.c \ + packet_range.c \ persfilepath_opt.c \ preference_utils.c \ profile.c \ @@ -113,6 +114,7 @@ WIRESHARK_UI_INCLUDES = \ language.h \ mcast_stream.h \ main_statusbar.h \ + packet_range.h \ persfilepath_opt.h \ preference_utils.h \ profile.h \ -- cgit v1.2.1