From 23a7890b6a2133a559fc691c865e617c19b26a7a Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 8 Apr 2017 18:59:17 -0700 Subject: Pull the code to save enabled/disabled lists into libwireshark. It's identical in the GTK+ and Qt UIs, and it should just be done in libwireshark. Rename some routines to just speak of enabled_and_disabled_lists, so we don't have to say enabled_and_disabled_protos_and_heuristic_dissectors or something such as that. Clean up indentation. Change-Id: Ief2e612d9e1b60d8d0123b6bd3409dce5faf6495 Reviewed-on: https://code.wireshark.org/review/20970 Reviewed-by: Guy Harris --- sharkd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sharkd.c') diff --git a/sharkd.c b/sharkd.c index a9a451b78c..64669455d8 100644 --- a/sharkd.c +++ b/sharkd.c @@ -250,7 +250,7 @@ main(int argc, char *argv[]) * Read the files that enable and disable protocols and heuristic * dissectors. */ - read_enabled_and_disabled_protos(); + read_enabled_and_disabled_lists(); cap_file_init(&cfile); -- cgit v1.2.3