aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-08-25 Custom columnfication:etxrab1-0/+1
2009-08-23Custom columnfication:krj1-1/+2
2009-08-23Custom columnfication:krj1-1/+2
2009-08-23Custom columnfication:krj1-1/+2
2009-08-23Avoid signed/unsigned comparisonkrj1-1/+1
2009-08-23Custom columfication:krj1-1/+2
2009-08-23Custom columfication:krj1-1/+2
2009-08-23Custom columfication:krj1-1/+2
2009-08-23Custom columfication:krj1-1/+2
2009-08-23Add initial code to handle the migration to custom columns by mapping the dep...krj1-0/+35
2009-06-15Added a preference to capture in Pcap-NG from GUI.stig1-1/+11
2009-04-08size_t fixes.gerald1-5/+5
2009-03-13From Jakub Zawadzki (bug 3331):stig1-51/+28
2009-03-04Map "x.25.*" preferences to "x25.*".stig1-1/+3
2009-01-06Made find_preference function public as prefs_find_preference.rbalint1-54/+53
2008-10-26More updates to the IGE Mac OS X integration feature:sfisher1-0/+15
2008-10-07Add a hidden preference to show the version in the welcome page.stig1-0/+14
2008-10-06Add a hidden preference to set the welcome screen title.gerald1-2/+19
2008-08-09Remove the "Save column widths" option so we always save the widths.stig1-15/+0
2008-08-08From Kovarththanan Rajaratnam (Bug 2660):sake1-0/+13
2008-07-16From Balint Reczey:jake1-1/+16
2008-07-14Rename the ERF "erfhdlc" preference to "hdlc_type" ("erf" is redundant,guy1-0/+15
2008-07-14Replace the old "erfatm" preference for the ERF dissector with anguy1-3/+14
2008-07-12Make erf.ethfcs a Boolean, with "FCS present" and "FCS not present" theguy1-6/+6
2008-07-12Rename the preference values to something that leaves out the "eth" (asguy1-3/+5
2008-07-12ERF Ethernet records always contain Ethernet packets, as the nameguy1-0/+11
2008-06-02Added an option to set default link-layer header type for each interface.stig1-0/+20
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-6/+6
2008-04-21Allow configuration of tap update interval.martinm1-5/+15
2008-04-17Added an option to display hidden protocol items.stig1-0/+12
2008-04-12Added an option to save column widths in the recent file.stig1-16/+29
2008-04-09Remove:etxrab1-4/+0
2008-04-08remove GTK1 specific font handlingulfl1-36/+15
2008-04-07- Remove GLIB1 codesfisher1-19/+1
2008-03-16Map "dcp.*" preferences to "dccp.*".guy1-0/+4
2008-03-04Free the allocated range if not using it.stig1-2/+4
2008-03-04Ups, this free was not so smart...stig1-1/+1
2008-03-04Free allocated data.stig1-1/+1
2008-02-22Improved custom columns with custom title.stig1-6/+33
2008-02-15Extend the UAT and preferences code so that you can use the "-o" flaggerald1-13/+62
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-1/+1
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.stig1-0/+24
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and stig1-0/+27
2008-01-16From Jim Young:jake1-0/+17
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-2/+9
2007-12-04get rid of GTree and use emem trees insteadsahlberg1-48/+34
2007-12-04reverse previous patchsahlberg1-34/+48
2007-12-04remove the use of GTrees and replace these with emem trees insteadsahlberg1-48/+34
2007-11-30- fix warnings in prefs.ckukosa1-3/+9