aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :morriss1-2/+2
2010-08-29Doxygen changes.etxrab1-24/+24
2010-08-28Doxygen changes.etxrab1-30/+46
2010-05-26Remember the default value of each protocol preference.morriss1-0/+7
2010-05-25find_val_for_string() is only used in prefs.c so remove the prototypemorriss1-5/+1
2009-08-27Add #include <stdio.h> in a few places for Solariswmeier1-0/+2
2007-12-04get rid of GTree and use emem trees insteadsahlberg1-1/+1
2007-12-04reverse previous patchsahlberg1-1/+1
2007-12-04remove the use of GTrees and replace these with emem trees insteadsahlberg1-1/+1
2007-11-30Next few improvements to speed up startup about 10%.kukosa1-1/+1
2007-03-19This change allows a structure to be created under the "Protocols" section of...gal1-2/+2
2007-02-03second iteration:lego1-0/+2
2006-12-08A callback in read_prefs_file() should return a prefs_set_pref_e, not anguy1-1/+1
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. Thisgerald1-0/+1
2006-11-17various minor prefs code cleanupulfl1-2/+2
2006-11-15add a "private_data" pointer to the read_prefs_file() function, which will be...ulfl1-2/+2
2006-09-29from Stephen Fisher:ulfl1-1/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-1/+1
2006-05-21name changesahlberg1-3/+3
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-1/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyguy1-2/+2
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.guy1-0/+4
2004-10-01"prefs-int.h" belongs in epan, too.guy1-0/+103