aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-24/+25
2021-06-18Prefs: Mark gui.packet_editor.enabled obsoletedUli Heilmeier1-0/+2
2021-06-17Prefs: Remove packet_editor optionUli Heilmeier1-6/+0
2021-06-16Replace g_log() calls with ws_log()João Valverde1-31/+33
2021-06-11Refactor our logging and extend the wslog APIJoão Valverde1-79/+1
2021-05-25ip: Reassemble across VLANs for publicly routable IPv4 addressesJohn Thacker1-2/+2
2021-05-25prefs: Allow empty strings specified from the command lineJohn Thacker1-9/+9
2021-04-26RTP Player: Settings for enabling use of disk as temporarly storeJirka Novak1-2/+20
2021-04-21Qt: Add checkbox for enabling/disabling packet-list hover_styleJim Young1-0/+6
2021-03-20prefs: use g_error() to report certan errors.Guy Harris1-3/+6
2021-03-06prefs: Don't clobber env variable G_MESSAGES_DEBUGJoão Valverde1-5/+14
2021-02-11TShark: Load extcap preferences only when needed.Gerald Combs1-2/+10
2021-01-01All RTP dialogs: Added option to specify count of decimal placesJirka Novak1-0/+43
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-12-08Lua: Add get_preference() and set_preference() utility functions.Stig Bjørlykke1-0/+8
2020-10-23QT/CLI: Move max tree items and depth to prefsJohn Thacker1-0/+12
2020-09-01Fix some spelling errors detected in epan/prefs.cMartin Mathieson1-10/+10
2020-08-10Qt: Add a packet diagram view.Gerald Combs1-0/+1
2020-05-03prefs: plug a memory leak.Guy Harris1-1/+2
2020-04-06CMake: remove ENABLE_PCAP_NG_DEFAULT optionPeter Wu1-4/+0
2020-02-27Clean up some comments in the preferences file.Guy Harris1-2/+2
2020-01-14Prefs: Fix name of deprecated TPNCP port preferenceOrgad Shaneh1-2/+2
2020-01-09Qt: Fix PacketListHeader columnRoland Knall1-0/+6
2020-01-09TPNCP: Update from downstreamOrgad Shaneh1-0/+2
2019-12-19Protobuf: add dissecting protobuf fields as wireshark fields preferences, etc.Huang Qiangxiong1-0/+9
2019-11-05QT/CLI: Remove limit for object export filesUli Heilmeier1-0/+8
2019-09-15Add support for "custom" DNS servers to be used in address resolutionMichael Mann1-1/+1
2019-04-24Qt: Support setting custom preferencesTomasz Moń1-0/+12
2019-01-04Remove a no-longer-needed DIAG_OFF/DIAG_ON pair.Guy Harris1-2/+0
2019-01-03epan: remove redundant casts.Dario Lombardo1-1/+1
2018-12-25prefs: Document the possible hidden interface typesJim Young1-1/+12
2018-10-22Add ability to disable autocomplete suggestions for filter controls.Michael Mann1-0/+6
2018-10-20Do error checking for the console log level.Guy Harris1-1/+2
2018-10-19Use ws_basetostru32(), rather than strtoul(), when parsing uint preferences.Guy Harris1-15/+7
2018-10-05*shark: Update help and manpage for name resolvingUli Heilmeier1-4/+0
2018-09-29Add a mechanism to register aliases for preference modules.Guy Harris1-27/+97
2018-09-29Clean up indentation.Guy Harris1-6/+6
2018-09-29Get rid of some no-longer-supported GUI preferences.Guy Harris1-49/+6
2018-09-29Get rid of the printing preferences.Guy Harris1-60/+23
2018-09-26prefs: add the option not to load interfaces on startup.Dario Lombardo1-0/+3
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-15/+14
2018-09-13Prefs: Add a check for aliased protocol preferences.Gerald Combs1-2/+8
2018-09-10Qt: Add some window title variablesStig Bjørlykke1-2/+10
2018-09-10prefs: pacify checkAPIs by using ws_g_warningPeter Wu1-1/+1
2018-09-10prefs,ui: properly migrate old filter expressionsPeter Wu1-0/+17
2018-09-05prefs: Improve check for visible custom columnsStig Bjørlykke1-4/+5
2018-09-02prefs: Remove prefs.gui_use_pref_saveStig Bjørlykke1-5/+1
2018-08-09prefs: fix range preferences-related crash after switching profilesPeter Wu1-9/+19
2018-06-27prefs: fix crash when importing old filter expression preferencePeter Wu1-4/+6