aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-13If we set "column.hidden" on the command line but don't setGuy Harris1-69/+162
2011-11-10Get rid of the last remnants of the "check the syntax of captureGuy Harris1-2/+4
2011-11-10prefs_reset() has to reset the dissector preferences to their defaults,Guy Harris1-2/+99
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-10/+0
2011-11-04Only have the option to turn off syntax check capture filterStig Bjørlykke1-1/+4
2011-09-25vlan dissector has been restored;Bill Meier1-2/+9
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...Anders Broman1-3/+9
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke1-0/+34
2011-08-16An option to autoscroll the expanded item in the details view to a fixed Graeme Lunt1-0/+22
2011-08-14Check arguments to prefs_find_preference().Stig Bjørlykke1-0/+4
2011-08-03From Jim Young via bug 3196: Enhancement to Expert Info Composite Tab LabelsChris Maynard1-0/+15
2011-07-16Improved check for valid custom column in preferences.Stig Bjørlykke1-2/+8
2011-06-29Added a preference to turn of capture filter syntax check.Stig Bjørlykke1-0/+10
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-0/+4
2011-06-17Preferences for x411 moved to p1.Stig Bjørlykke1-1/+4
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-1/+0
2011-04-26From Ivan Sy via bug 3343:Gerald Combs1-0/+25
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