aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-21IO Graph: Add checkbox to prevent automatic rescansDeveloper Alexander1-0/+1
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2021-06-17Prefs: Remove packet_editor optionUli Heilmeier1-1/+0
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-1/+0
2021-04-26RTP Player: Settings for enabling use of disk as temporarly storeJirka Novak1-0/+2
2021-04-21Qt: Add checkbox for enabling/disabling packet-list hover_styleJim Young1-0/+1
2021-04-04prefs: get rid of unused #define.Guy Harris1-1/+0
2021-03-16Move more headers outside extern "C".Guy Harris1-4/+4
2021-02-10Moving glib.h out of extern CMichal Ruprich1-2/+2
2021-01-01All RTP dialogs: Added option to specify count of decimal placesJirka Novak1-0/+6
2020-10-23QT/CLI: Move max tree items and depth to prefsJohn Thacker1-0/+2
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-1/+2
2020-01-09Qt: Fix PacketListHeader columnRoland Knall1-0/+1
2019-12-19Protobuf: add dissecting protobuf fields as wireshark fields preferences, etc.Huang Qiangxiong1-0/+8
2019-11-05QT/CLI: Remove limit for object export filesUli Heilmeier1-0/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-22Add ability to disable autocomplete suggestions for filter controls.Michael Mann1-0/+1
2018-09-29Add a mechanism to register aliases for preference modules.Guy Harris1-0/+5
2018-09-29Get rid of some no-longer-supported GUI preferences.Guy Harris1-6/+0
2018-09-29Get rid of the printing preferences.Guy Harris1-7/+0
2018-09-26prefs: add the option not to load interfaces on startup.Dario Lombardo1-0/+1
2018-09-10prefs,ui: properly migrate old filter expressionsPeter Wu1-0/+1
2018-09-02prefs: Remove prefs.gui_use_pref_saveStig Bjørlykke1-1/+0
2018-05-25Qt: Configure the selection color via the preferencesPaul Zander1-0/+15
2018-05-21Do not use #if* in structMichał Łabędzki1-4/+0
2018-04-17Remove some GTK+-only code.Gerald Combs1-8/+2
2018-04-15More PortAudio removal.Gerald Combs1-2/+0
2018-03-18Qt: ensure field is visible on selection from bytes viewPeter Wu1-2/+2
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-09extcap: add preference to prevent interfaces loading.Dario Lombardo1-0/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-2/+0
2017-12-14Refactor plugin registration and loadingJoão Valverde1-0/+13
2017-10-26Include VLAN ID in key for ICMP request/response trackingChristopher Maynard1-0/+1
2017-10-04Qt: add preference to restore display filter after Follow Streamcheloftus1-0/+1
2017-07-29Qt: Add preference for show file load time in the status barStig Bjørlykke1-0/+1
2017-07-27Qt: Add preference for show selected packet numberStig Bjørlykke1-0/+1
2017-06-26Convert filter expressions preference data to a UAT.Michael Mann1-1/+0
2017-06-10Put the non-filter part of epan/color_filters.h into wsutil/color.h.Guy Harris1-2/+2
2017-06-01Qt+prefs: Add a dark theme check and default colors.Gerald Combs1-2/+5
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-9/+12
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-1/+1
2017-04-14Make prefs_register_subtree() static too.Guy Harris1-9/+0
2017-04-14Make prefs_register_module() static.Guy Harris1-18/+0
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-2/+5
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-12/+3
2017-02-16Qt: Disable pane menu items if not used in layoutStig Bjørlykke1-0/+5
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+1
2016-12-27InterfaceList: Add check for remote interfaceRoland Knall1-0/+3
2016-12-01Check preference titles and descriptions.Gerald Combs1-1/+9
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-0/+11