aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
Commit message (Expand)AuthorAgeFilesLines
* Qt: Provide both file save and open preferencesAhmad Fatoum2017-04-171-14/+15
* Internalize struct preferenceMichael Mann2017-01-221-67/+50
* Refactor range preference.Michael Mann2017-01-071-0/+83
* Combine Decode As and port preferences for tcp.port dissector table.Michael Mann2016-10-081-0/+2
* prefs: fix a leak.Dario Lombardo2016-02-081-15/+13
* Fix warnings for epan/prefs.c [-Wcast-qual]João Valverde2016-01-081-1/+1
* Provide routines to set string-like and range preferences from a string.Guy Harris2015-12-181-0/+15
* More spelling fixes found by lintianBalint Reczey2015-11-201-1/+1
* Add a preferences editor frame.Gerald Combs2015-06-181-1/+1
* [WIP] Add a conversation dialog.Gerald Combs2014-07-211-0/+13
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Add a function and an enum to register an uat preference for QT only.Irene Rüngeler2013-12-091-0/+7
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-1/+1
* Convert preferences to wmem. Exposes some more memory leaks that didn't show upEvan Huus2013-07-311-1/+2
* Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs2013-07-251-3/+3
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+3
* Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs2013-02-081-1/+2
* Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs2013-01-191-1/+1
* Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs2013-01-181-2/+2
* Break out preference type names, type descriptions, stringGerald Combs2013-01-051-2/+11
* Fix a bunch of warnings.Guy Harris2012-12-261-2/+2
* Compiler error fixes resulting from r44348Michael Mann2012-08-081-5/+3
* Base framework to allow all preferences to be part of generic preferences API...Michael Mann2012-08-081-0/+36
* Clean up mix of tabs and 4-space-tab indents.Guy Harris2012-07-071-61/+59
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From Michael Mann:Anders Broman2012-06-251-0/+1
* Create, and start using, file name preferences.Jeff Morriss2012-06-131-0/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss2010-10-291-2/+2
* Doxygen changes.Anders Broman2010-08-291-24/+24
* Doxygen changes.Anders Broman2010-08-281-30/+46
* Remember the default value of each protocol preference.Jeff Morriss2010-05-261-0/+7
* find_val_for_string() is only used in prefs.c so remove the prototypeJeff Morriss2010-05-251-5/+1
* Add #include <stdio.h> in a few places for SolarisBill Meier2009-08-271-0/+2
* get rid of GTree and use emem trees insteadRonnie Sahlberg2007-12-041-1/+1
* reverse previous patchRonnie Sahlberg2007-12-041-1/+1
* remove the use of GTrees and replace these with emem trees insteadRonnie Sahlberg2007-12-041-1/+1
* Next few improvements to speed up startup about 10%.Tomas Kukosa2007-11-301-1/+1
* This change allows a structure to be created under the "Protocols" section of...Graeme Lunt2007-03-191-2/+2
* second iteration:Luis Ontanon2007-02-031-0/+2
* A callback in read_prefs_file() should return a prefs_set_pref_e, not anGuy Harris2006-12-081-1/+1
* From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs2006-12-051-0/+1
* various minor prefs code cleanupUlf Lamping2006-11-171-2/+2
* add a "private_data" pointer to the read_prefs_file() function, which will be...Ulf Lamping2006-11-151-2/+2
* from Stephen Fisher:Ulf Lamping2006-09-291-1/+2
* Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2006-06-201-1/+1
* name changeRonnie Sahlberg2006-05-211-3/+3
* Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris2005-07-241-1/+1
* Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris2004-10-161-2/+2
* From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris2004-10-141-0/+4
* "prefs-int.h" belongs in epan, too.Guy Harris2004-10-011-0/+103