aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-13Qt: Don't use the term "extcap" interfaces in UIStig Bjørlykke1-2/+2
2018-01-12prefs: init capture_no_extcap.Dario Lombardo1-0/+1
2018-01-09Convert GUI layout preferences to use preference effects.Michael Mann1-1/+9
2018-01-09extcap: add preference to prevent interfaces loading.Dario Lombardo1-0/+3
2018-01-09Use pcapng as the name of the file format.Guy Harris1-2/+2
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-4/+0
2018-01-07Set captures preferences for PREF_EFFECT_CAPTURE.Michael Mann1-0/+2
2018-01-06Add ability for preferences to determine what they can change.Michael Mann1-57/+109
2017-12-14Refactor plugin registration and loadingJoão Valverde1-0/+36
2017-12-07Qt: Use QTextLayout in ByteViewText.Gerald Combs1-14/+3
2017-10-26Include VLAN ID in key for ICMP request/response trackingChristopher Maynard1-0/+6
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-12/+12
2017-10-04Qt: add preference to restore display filter after Follow Streamcheloftus1-0/+6
2017-09-19prefs: Fix leak when parsing empty pref stringMikael Kanstrup1-2/+5
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke1-1/+1
2017-08-28prefs: fix memleaks with obsolete preference modulesPeter Wu1-7/+11
2017-07-29Qt: Add preference for show file load time in the status barStig Bjørlykke1-0/+6
2017-07-27Qt: Add preference for show selected packet numberStig Bjørlykke1-0/+6
2017-06-26Add support for comments for a display filter buttonMichael Mann1-1/+2
2017-06-26Convert filter expressions preference data to a UAT.Michael Mann1-26/+40
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