aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-08From Edwin Groothuis via bug 6207:stig1-0/+1
2011-08-16An option to autoscroll the expanded item in the details view to a fixed gal1-0/+2
2011-08-03From Jim Young via bug 3196: Enhancement to Expert Info Composite Tab Labelscmaynard1-0/+1
2011-06-29Added a preference to turn of capture filter syntax check.stig1-0/+1
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxguy1-6/+1
2011-04-26From Ivan Sy via bug 3343:gerald1-0/+10
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :morriss1-1/+1
2010-05-15Support monitor mode in the capture preferences.guy1-0/+6
2010-03-03Disable OID resolution and loading SMI modules by default.rbalint1-0/+2
2009-12-17Introduce "Ignore Packet" in the packet list.stig1-0/+2
2009-09-25Make the filter toolbar style a preference.etxrab1-0/+1
2009-06-15Added a preference to capture in Pcap-NG from GUI.stig1-0/+1
2009-01-06Made find_preference function public as prefs_find_preference.rbalint1-0/+11
2008-10-26More updates to the IGE Mac OS X integration feature:sfisher1-0/+1
2008-10-07Add a hidden preference to show the version in the welcome page.stig1-0/+1
2008-10-06Add a hidden preference to set the welcome screen title.gerald1-3/+4
2008-08-09Remove the "Save column widths" option so we always save the widths.stig1-1/+0
2008-08-08From Kovarththanan Rajaratnam (Bug 2660):sake1-0/+1
2008-06-02Added an option to set default link-layer header type for each interface.stig1-0/+1
2008-04-21Allow configuration of tap update interval.martinm1-0/+2
2008-04-17Added an option to display hidden protocol items.stig1-0/+1
2008-04-12Added an option to save column widths in the recent file.stig1-0/+9
2008-04-08remove GTK1 specific font handlingulfl1-10/+1
2008-03-05From Peter Johansson :etxrab1-0/+1
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.stig1-0/+5
2008-01-16From Jim Young:jake1-0/+3
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-0/+3
2007-11-30Next few improvements to speed up startup about 10%.kukosa1-0/+6
2007-11-29hide implementation of module listkukosa1-10/+14
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...sake1-0/+2
2007-11-09Back out part of revision 23395 - leave the toolbar arrow, but remove thesfisher1-1/+0
2007-11-07Add an arrow with drop-down menu including any toolbar buttons that do notsfisher1-0/+1
2007-03-19This change allows a structure to be created under the "Protocols" section of...gal1-0/+8
2007-02-03second iteration:lego1-0/+10
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. Thisgerald1-0/+6
2006-11-17various minor prefs code cleanupulfl1-15/+19
2006-10-11Add prefs_apply(), which lets us apply preferences (specifically,gerald1-0/+8
2006-10-10First step in integrating the AirPcap WEP preferences with thosegerald1-0/+10
2006-10-03now: Don't have a Save button in the following settings dialogs:ulfl1-0/+1
2006-09-29from Stephen Fisher:ulfl1-2/+3
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-1/+1
2006-05-21name changesahlberg1-2/+2
2005-10-12from Richard van der Hoff:ulfl1-0/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-1/+1
2005-07-21small warning fixesjmayer1-3/+3
2005-06-24Constify a bunch of structure members and function arguments, to squelchguy1-2/+2
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowguy1-0/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyguy1-1/+1
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.guy1-0/+9
2004-10-12Check the values of the protocol preferences before fetching them; ifguy1-3/+3