aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Fix some dead code and zero division issues found by Clang scan-build.Gerald Combs1-5/+1
2011-01-27Use g_error() (with a hopefully-useful error message) instead of g_assert() t...Jeff Morriss1-5/+8
2010-12-22Allow for NULL preference descriptions.Jaap Keuter1-1/+2
2010-12-03Change default for "Welcome screen and title bar shows version" to on perStephen Fisher1-1/+1
2010-11-29Add "Length" as a new default column on a trial basis between the protocolStephen Fisher1-2/+3
2010-11-10Resolve bug #2254: Migrate the 802.1q VLAN dissector into the Ethernet II.Stephen Fisher1-1/+5
2010-11-04Support empty column titles.Stig Bjørlykke1-7/+0
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss1-9/+16
2010-10-27If we get a syntax error reading the preferences file, tell which preference ...Jeff Morriss1-3/+3
2010-09-24Added an extra validity check for cust_format_info.Stig Bjørlykke1-1/+1
2010-09-23Store "Show Resolved" setting for custom columns.Stig Bjørlykke1-3/+9
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-3/+15
2010-08-31A GString has it's own length.Stig Bjørlykke1-1/+1
2010-08-31Support space in list of hidden columns.Stig Bjørlykke1-0/+1
2010-08-21Add some code to prefs_cleanup() to free (most of the) memory associated with...Jeff Morriss1-46/+98
2010-08-16Modernize the SONMP ("SynOptics Network Management Protocol") dissector by re...Stephen Fisher1-0/+6
2010-08-07From Cal Turney:Anders Broman1-2/+2
2010-07-28Backing out r33631 for now - it has a number of issues.Guy Harris1-2/+1
2010-07-26From Cal Turney:Anders Broman1-1/+2
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