aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
Commit message (Expand)AuthorAgeFilesLines
* Have TPKT support a TCP port range preference instead of having "subdissector...Michael Mann2016-09-161-0/+58
* prefs: fix crash with -o column.foo:xPeter Wu2016-08-071-3/+3
* Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann2016-07-261-10/+11
* Qt: Preferences dialog performance improvements.Gerald Combs2016-06-281-3/+3
* Use getc_unlocked in a few places.Gerald Combs2016-06-131-2/+2
* *_stdup_printf -> strdup for "single string only" formatting.Michael Mann2016-06-061-1/+1
* [GTK] Check for xdg-open at run timeJoão Valverde2016-04-091-4/+0
* Remove synchronous DNS name resolutionJoão Valverde2016-04-041-2/+2
* IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier2016-03-181-0/+3
* prefs: set correct context for a preferencePeter Wu2016-02-101-3/+7
* prefs.c: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2016-02-081-1/+0
* prefs: fix a leak.Dario Lombardo2016-02-081-42/+86
* prefs: Add missing newline for filter expressions headingStig Bjørlykke2016-02-021-1/+1
* extcap: Add Save functionality to options dialogRoland Knall2016-02-011-0/+22
* Remove the deprecated column types so users don't think they still exist.Michael Mann2016-01-271-25/+41
* Fix missing validation (crash) for certain prefsPeter Wu2016-01-251-11/+33
* Qt: Add some window title variablesStig Bjørlykke2016-01-211-2/+2
* Fix warnings for epan/prefs.c [-Wcast-qual]João Valverde2016-01-081-109/+90
* No need for toolkit-dependent color initialization.Guy Harris2016-01-011-0/+4
* Get rid of the "pixel" member of a color_t.Guy Harris2016-01-011-17/+5
* Qt: Add gui.prepend_window_title optionAlexis La Goutte2015-12-291-0/+7
* Qt: Add missing multi-field column validationMichal Labedzki2015-12-201-31/+31
* Get rid of the argument to filter_expression_init().Guy Harris2015-12-191-1/+1
* Get rid of a couple of extra blank lines.Guy Harris2015-12-191-2/+0
* Remove a comment that didn't need to be copied and pasted.Guy Harris2015-12-181-4/+0
* prefs_register_modules() is used only in epan/prefs.c; make it static.Guy Harris2015-12-181-1/+6
* More common code for string-like preferences.Guy Harris2015-12-181-43/+32
* Provide routines to set string-like and range preferences from a string.Guy Harris2015-12-181-32/+52
* Start deprecating the capture info API.Gerald Combs2015-12-131-0/+2
* Spelling fixes for errors found by lintianBalint Reczey2015-12-071-1/+1
* Fix memory leak in write_prefsMikael Kanstrup2015-11-251-0/+1
* Qt: Fixed column issues when changing profile.Stig Bjørlykke2015-11-201-13/+14
* More spelling fixes found by lintianBalint Reczey2015-11-201-1/+1
* Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron2015-11-111-5/+5
* Apple calls it just "OS X" these days.Guy Harris2015-11-101-2/+2
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Add preferences for related packets and the scroll bar minimap.Gerald Combs2015-10-271-0/+12
* Fix various memleaksPeter Wu2015-10-041-0/+1
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-021-1/+1
* Added Reload Lua plugins.Stig Bjørlykke2015-08-111-0/+31
* Add an elide mode preference for the Qt packet list.Gerald Combs2015-08-061-0/+14
* DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan2015-07-251-8/+5
* Qt: Add option to back white line separator for packet list itemsMichal Labedzki2015-07-201-0/+8
* Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann2015-07-171-0/+74
* prefs: fix memory leak reading capture columnsEvan Huus2015-07-061-3/+5
* Fix a memory leak registering prefsEvan Huus2015-06-251-1/+21
* Initialize default stats before using themEvan Huus2015-06-241-1/+5
* prefs: fix memleakPeter Wu2015-06-231-40/+12
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-2/+2
* Qt: Automatically scroll the packet list.Michal Labedzki2015-02-271-0/+1