aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-01prefs: Avoid empty elements in string lists.Stig Bjørlykke1-2/+4
2017-06-01Qt+prefs: Add a dark theme check and default colors.Gerald Combs1-9/+31
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-6/+7
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-15/+26
2017-04-15Catch attempts to pass unregistered protocols to prefs routines.Guy Harris1-0/+8
2017-04-14Make prefs_register_subtree() static too.Guy Harris1-1/+1
2017-04-14Make prefs_register_module() static.Guy Harris1-1/+1
2017-04-14Give a better error message for invalid characters in preference module names.Guy Harris1-4/+6
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-32/+17
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-2/+2
2017-02-16Qt: Disable pane menu items if not used in layoutStig Bjørlykke1-0/+8
2017-02-08addr_resolv: remove leak.Dario Lombardo1-0/+2
2017-02-07prefs: free memory on cleanup.Dario Lombardo1-0/+2
2017-02-07GTK: Wrap static preference labels.Gerald Combs1-0/+4
2017-01-27prefs: Preserve UTF-8 characters in preferences.Stig Bjørlykke1-4/+14
2017-01-22Internalize struct preferenceMichael Mann1-39/+518
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+3
2017-01-07Refactor range preference.Michael Mann1-1/+329
2017-01-07Convert range API to always use wmem memory.Michael Mann1-13/+13
2016-12-27InterfaceList: Add check for remote interfaceRoland Knall1-0/+10
2016-12-25Remove individual post-dissect enable preferences.Michael Mann1-0/+2
2016-12-25Cleanup transum post-dissector.Michael Mann1-0/+32
2016-12-19Make more infiniband subdissectors heuristic.Michael Mann1-0/+2
2016-12-02Prefs: Use g_utf8_strlen instead of strlen.Gerald Combs1-1/+1
2016-12-01Check preference titles and descriptions.Gerald Combs1-6/+33
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-0/+16
2016-10-20InterfaceList: Add button to toggle hidden interfacesRoland Knall1-0/+7
2016-10-18Some Pref <-> Decode As bugfixes.Michael Mann1-25/+28
2016-10-17frame: print debug line according to new console preference.Dario Lombardo1-0/+5
2016-10-16dmp: Fix UDP ports preference conversionStig Bjørlykke1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+54
2016-10-12Cleanup from adding Decode As TCP preferences.Michael Mann1-0/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-10/+314
2016-10-01Interface List: Change display to view/modelRoland Knall1-0/+6
2016-09-16Have TPKT support a TCP port range preference instead of having "subdissector...Michael Mann1-0/+58
2016-08-07prefs: fix crash with -o column.foo:xPeter Wu1-3/+3
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-10/+11
2016-06-28Qt: Preferences dialog performance improvements.Gerald Combs1-3/+3
2016-06-13Use getc_unlocked in a few places.Gerald Combs1-2/+2
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-04-09[GTK] Check for xdg-open at run timeJoão Valverde1-4/+0
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-2/+2
2016-03-18IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier1-0/+3
2016-02-10prefs: set correct context for a preferencePeter Wu1-3/+7
2016-02-08prefs.c: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-02-08prefs: fix a leak.Dario Lombardo1-42/+86
2016-02-02prefs: Add missing newline for filter expressions headingStig Bjørlykke1-1/+1
2016-02-01extcap: Add Save functionality to options dialogRoland Knall1-0/+22
2016-01-27Remove the deprecated column types so users don't think they still exist.Michael Mann1-25/+41
2016-01-25Fix missing validation (crash) for certain prefsPeter Wu1-11/+33