aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-26More updates to the IGE Mac OS X integration feature:Stephen Fisher1-0/+15
2008-10-07Add a hidden preference to show the version in the welcome page.Stig Bjørlykke1-0/+14
2008-10-06Add a hidden preference to set the welcome screen title.Gerald Combs1-2/+19
2008-08-09Remove the "Save column widths" option so we always save the widths.Stig Bjørlykke1-15/+0
2008-08-08From Kovarththanan Rajaratnam (Bug 2660):Sake Blok1-0/+13
2008-07-16From Balint Reczey:Jaap Keuter1-1/+16
2008-07-14Rename the ERF "erfhdlc" preference to "hdlc_type" ("erf" is redundant,Guy Harris1-0/+15
2008-07-14Replace the old "erfatm" preference for the ERF dissector with anGuy Harris1-3/+14
2008-07-12Make erf.ethfcs a Boolean, with "FCS present" and "FCS not present" theGuy Harris1-6/+6
2008-07-12Rename the preference values to something that leaves out the "eth" (asGuy Harris1-3/+5
2008-07-12ERF Ethernet records always contain Ethernet packets, as the nameGuy Harris1-0/+11
2008-06-02Added an option to set default link-layer header type for each interface.Stig Bjørlykke1-0/+20
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-6/+6
2008-04-21Allow configuration of tap update interval.Martin Mathieson1-5/+15
2008-04-17Added an option to display hidden protocol items.Stig Bjørlykke1-0/+12
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke1-16/+29
2008-04-09Remove:Anders Broman1-4/+0
2008-04-08remove GTK1 specific font handlingUlf Lamping1-36/+15
2008-04-07- Remove GLIB1 codeStephen Fisher1-19/+1
2008-03-16Map "dcp.*" preferences to "dccp.*".Guy Harris1-0/+4
2008-03-04Free the allocated range if not using it.Stig Bjørlykke1-2/+4
2008-03-04Ups, this free was not so smart...Stig Bjørlykke1-1/+1
2008-03-04Free allocated data.Stig Bjørlykke1-1/+1
2008-02-22Improved custom columns with custom title.Stig Bjørlykke1-6/+33
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flagGerald Combs1-13/+62
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-1/+1
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke1-0/+24
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke1-0/+27
2008-01-16From Jim Young:Jaap Keuter1-0/+17
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-2/+9
2007-12-04get rid of GTree and use emem trees insteadRonnie Sahlberg1-48/+34
2007-12-04reverse previous patchRonnie Sahlberg1-34/+48
2007-12-04remove the use of GTrees and replace these with emem trees insteadRonnie Sahlberg1-48/+34
2007-11-30- fix warnings in prefs.cTomas Kukosa1-3/+9
2007-11-30Next few improvements to speed up startup about 10%.Tomas Kukosa1-94/+73
2007-11-29hide implementation of module listTomas Kukosa1-1/+25
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-22/+26
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-0/+24
2007-11-09Back out part of revision 23395 - leave the toolbar arrow, but remove theStephen Fisher1-14/+0
2007-11-08Fix Windows builds that cannot find gtk/gtk.h from epan/prefs.c. Write outStephen Fisher1-9/+1
2007-11-07Add an arrow with drop-down menu including any toolbar buttons that do notStephen Fisher1-0/+22
2007-06-04Fix for bug #93: changes to the columns has no effect until restartStephen Fisher1-0/+1
2007-05-21add workaround so that gtk1 compiles again thanks to stupid const mismatch be...Ronnie Sahlberg1-0/+29
2007-03-23From Sebastien Tandel: Stephen Fisher1-1/+1
2007-03-19This change allows a structure to be created under the "Protocols" section of...Graeme Lunt1-9/+92
2007-02-03second iteration:Luis Ontanon1-1/+24
2007-01-31Only certain 'base' values make sense in 'prefs_register_uint_preference()': ...Jeff Morriss1-0/+1
2007-01-14fix #301: Windows file dialog should:Ulf Lamping1-1/+1
2006-12-19change default capturing options to use "show realtime capturing" instead of ...Ulf Lamping1-3/+3
2006-12-08Handle the "no error" return from pref_set_pair_fct(), to squelchGuy Harris1-12/+18