aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-11TShark: Load extcap preferences only when needed.Gerald Combs1-2/+10
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
2018-05-25Qt: Configure the selection color via the preferencesPaul Zander1-0/+39
2018-05-21Do not use #if* in structMichał Łabędzki1-7/+0
2018-05-19prefs: fix bug in color savingPaul Zander1-6/+6
2018-05-18prefs: remove wimaxasncp.udp.wimax_port compatibilityPeter Wu1-1/+0
2018-05-16Qt: Implement the capture info dialog.Gerald Combs1-3/+2
2018-05-12Get rid of GTK+-only structure member.Guy Harris1-1/+0
2018-05-03prefs.c: fix compilation with gcc 8Pascal Quantin1-3/+1
2018-05-02prefs: fix importing some old protocol preferencesPeter Wu1-12/+29
2018-05-01prefs: fix crash when setting certain obsolete port preferencesPeter Wu1-3/+10
2018-04-24remove redundant break statementchinarulezzz1-1/+0
2018-04-17Remove some GTK+-only code.Gerald Combs1-66/+7
2018-04-15More PortAudio removal.Gerald Combs1-16/+2
2018-03-15MaxMind DB: Shut down our mmdbresolve process.Gerald Combs1-0/+3
2018-03-08Squelch some casting-away-const warnings.Guy Harris1-10/+22
2018-03-08Constify an argument that doesn't need to be non-const.Guy Harris1-6/+6
2018-03-06Transition from GeoIP Legacy to MaxMindDB.Gerald Combs1-6/+2