aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.h
AgeCommit message (Collapse)AuthorFilesLines
2007-06-04Fix for bug #93: changes to the columns has no effect until restartsfisher1-0/+3
These changes allow the packet list clist to be destroyed and recreated with the new column titles/values/order that the user changed in the preferences without restarting Wireshark. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22038 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-18Putguy1-0/+8
#ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ... #ifdef __cplusplus } #endif /* __cplusplus */ wrappers into some header files, for the benefit of C++ plugins. Also, add multiple-include protections. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20485 f5534014-38df-0310-8fa8-9805f1628bb7
2006-12-11Add a new function to build column widths based not only on the maxsfisher1-0/+1
width that is hard-coded in get_column_longest_string(), but also on the width of the user specified title of the column (in case it is wider.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20117 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15015 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesguy1-0/+42
stuff is already there). Update Gerald's e-mail address in column.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12131 f5534014-38df-0310-8fa8-9805f1628bb7