http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39822
User: guy
Date: 2011/11/13 02:51 PM
Log:
If we set "column.hidden" on the command line but don't set
"column.format" in a later argument, make sure we mark the appropriate
existing columns as hidden.
As part of cleaning up the infrastructure for doing this, store the COL_
code for a column in a fmt_data structure rather than a pointer to the
raw column format string; this simplifies some code.
Have a routine to return whether a column is visible, not hidden, as
it's used to set a "visible" flag.
Directory: /trunk/epan/
Changes Path Action
+2 -3 column.c Modified
+6 -6 column.h Modified
+162 -69 prefs.c Modified
Directory: /trunk/gtk/
Changes Path Action
+5 -6 main_menubar.c Modified
+15 -29 prefs_column.c Modified