aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-29Added a preference to turn of capture filter syntax check.Stig Bjørlykke1-0/+1
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris1-6/+1
2011-04-26From Ivan Sy via bug 3343:Gerald Combs1-0/+10
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss1-1/+1
2010-05-15Support monitor mode in the capture preferences.Guy Harris1-0/+6
2010-03-03Disable OID resolution and loading SMI modules by default.Balint Reczey1-0/+2
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-0/+2
2009-09-25Make the filter toolbar style a preference.Anders Broman1-0/+1
2009-06-15Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke1-0/+1
2009-01-06Made find_preference function public as prefs_find_preference.Balint Reczey1-0/+11
2008-10-26More updates to the IGE Mac OS X integration feature:Stephen Fisher1-0/+1
2008-10-07Add a hidden preference to show the version in the welcome page.Stig Bjørlykke1-0/+1
2008-10-06Add a hidden preference to set the welcome screen title.Gerald Combs1-3/+4
2008-08-09Remove the "Save column widths" option so we always save the widths.Stig Bjørlykke1-1/+0
2008-08-08From Kovarththanan Rajaratnam (Bug 2660):Sake Blok1-0/+1
2008-06-02Added an option to set default link-layer header type for each interface.Stig Bjørlykke1-0/+1
2008-04-21Allow configuration of tap update interval.Martin Mathieson1-0/+2
2008-04-17Added an option to display hidden protocol items.Stig Bjørlykke1-0/+1
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke1-0/+9
2008-04-08remove GTK1 specific font handlingUlf Lamping1-10/+1
2008-03-05From Peter Johansson :Anders Broman1-0/+1
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke1-0/+5
2008-01-16From Jim Young:Jaap Keuter1-0/+3
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+3
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-0/+6
2007-11-29hide implementation of module listTomas Kukosa1-10/+14
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-0/+2
2007-11-09Back out part of revision 23395 - leave the toolbar arrow, but remove theStephen Fisher1-1/+0
2007-11-07Add an arrow with drop-down menu including any toolbar buttons that do notStephen Fisher1-0/+1
2007-03-19This change allows a structure to be created under the "Protocols" section of...Graeme Lunt1-0/+8
2007-02-03second iteration:Luis Ontanon1-0/+10
2006-12-05From Giorgio Tino: Add a "static text" protocol preference type. ThisGerald Combs1-0/+6
2006-11-17various minor prefs code cleanupUlf Lamping1-15/+19
2006-10-11Add prefs_apply(), which lets us apply preferences (specifically,Gerald Combs1-0/+8
2006-10-10First step in integrating the AirPcap WEP preferences with thoseGerald Combs1-0/+10
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping1-0/+1
2006-09-29from Stephen Fisher:Ulf Lamping1-2/+3
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-10-12from Richard van der Hoff:Ulf Lamping1-0/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-1/+1
2005-07-21small warning fixesJörg Mayer1-3/+3
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris1-2/+2
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris1-0/+1
2004-10-16Remove the fixed maximum number of subranges in a range_t; dynamicallyGuy Harris1-1/+1
2004-10-14From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris1-0/+9
2004-10-12Check the values of the protocol preferences before fetching them; ifGuy Harris1-3/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-0/+343