aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Revert COL_DSCP_VALUE back to value set in packet-ip.c.Stig Bjørlykke1-1/+0
2010-06-25Introduce "Show Resolved" as an option in custom columns. This will determineStig Bjørlykke1-0/+3
2010-06-22Check for custom column before using custom_field.Stig Bjørlykke1-1/+1
2010-06-22Always make new columns visible.Stig Bjørlykke1-0/+1
2010-06-20Fix for bug 4888:Jaap Keuter1-1/+1
2010-06-20Added "Hide Column" functionality.Stig Bjørlykke1-5/+55
2010-05-26Remember the default value of each protocol preference.Jeff Morriss1-75/+100
2010-05-26Reindent a bitJeff Morriss1-20/+26
2010-05-25find_val_for_string() is only used in prefs.c so remove the prototypeJeff Morriss1-4/+4
2010-05-25From H.sivank: GtkOSXApplication support.Guy Harris1-1/+1
2010-05-15Support monitor mode in the capture preferences.Guy Harris1-24/+63
2010-04-19Use correct name for gprs-ns.Stig Bjørlykke1-1/+1
2010-04-19Revision 32295 renamed "nsip" to "gprs_ns".Stig Bjørlykke1-1/+3
2010-03-03Disable OID resolution and loading SMI modules by default.Balint Reczey1-0/+30
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-3/+3
2010-01-26Cleanup the escape/unescape underscore in Packet List column headers.Stig Bjørlykke1-4/+4
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-0/+1
2010-01-25Handle escape/unescape underscore when read/write the preferencesStig Bjørlykke1-5/+5
2010-01-25Ensure we don't write outside the pref_str in put_string_list().Stig Bjørlykke1-1/+1
2010-01-11From Jim Young:Anders Broman1-1/+3
2009-12-17Introduce "Ignore Packet" in the packet list.Stig Bjørlykke1-0/+35
2009-09-25Make the filter toolbar style a preference.Anders Broman1-1/+13
2009-09-08Custom columnfication:Kovarththanan Rajaratnam1-1/+2
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+2
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+2
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+2
2009-09-08Custom column deprecation:Kovarththanan Rajaratnam1-1/+2
2009-09-05COL_BSSGP_TLLI is deprecatedKovarththanan Rajaratnam1-1/+1
2009-09-05Ignore preferences for deleted protocols "etheric" and "isup_thin".Stig Bjørlykke1-0/+4
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-25 Custom columnfication:Anders Broman1-0/+1
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-1/+2
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-1/+2
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-1/+2
2009-08-23Avoid signed/unsigned comparisonKovarththanan Rajaratnam1-1/+1
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+2
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+2
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+2
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-1/+2
2009-08-23Add initial code to handle the migration to custom columns by mapping the dep...Kovarththanan Rajaratnam1-0/+35
2009-06-15Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke1-1/+11
2009-04-08size_t fixes.Gerald Combs1-5/+5
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-51/+28
2009-03-04Map "x.25.*" preferences to "x25.*".Stig Bjørlykke1-1/+3
2009-01-06Made find_preference function public as prefs_find_preference.Balint Reczey1-54/+53
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