aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-22Avoid including definition of column_info structure in dissectors.Jakub Zawadzki1-2/+2
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-126/+167
2013-10-27Remove "Cisco MDS-specific" fields from packet_info. 2 of the 3 fields were ...Michael Mann1-4/+4
2013-10-23Provide a usage example of the column formats.Chris Maynard1-0/+21
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-2/+2
2013-10-15From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272Chris Maynard1-0/+23
2013-06-30Declare slist[] as static (reduces storage & code executed: *See below);Bill Meier1-5/+5
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-14cleanup get_column_format_matches()Jakub Zawadzki1-66/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-13If we set "column.hidden" on the command line but don't setGuy Harris1-3/+2
2011-07-04From Michael Mann:Anders Broman1-2/+14
2010-10-09Added "Edit Column Details" functions to the packet list heading popup.Stig Bjørlykke1-0/+59
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-0/+17
2010-06-25Introduce "Show Resolved" as an option in custom columns. This will determineStig Bjørlykke1-0/+28
2010-06-20Added "Hide Column" functionality.Stig Bjørlykke1-0/+28
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-12/+12
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-11/+11
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-11/+11
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis1-52/+0
2010-01-25Handle underscore escaping/unescaping for old packet list; SimplifyGerasimos Dimitriadis1-7/+4
2010-01-25Change the prefix of the underscore escaping/unescapingGerasimos Dimitriadis1-2/+2
2010-01-24Handle underscore escaping/unescaping of the column titlesGerasimos Dimitriadis1-0/+56
2009-10-12Corrected some return values.Stig Bjørlykke1-2/+2
2009-10-12Added check for valid column in get_column_title() andStig Bjørlykke1-5/+15
2009-10-12Return from get_column_format() when invalid column requested.Stig Bjørlykke1-0/+3
2009-09-08Make tshark and rawshark use build_column_format_array() instead of duplicati...Kovarththanan Rajaratnam1-156/+156
2009-08-25Note in dlist[] that COL_BSSGP_TLLI is deprecated.Guy Harris1-1/+1
2009-08-25 Custom columnfication:Anders Broman1-1/+1
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-2/+2
2009-08-23Custom columnfication:Kovarththanan Rajaratnam1-2/+2
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-2/+2
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-2/+2
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-2/+2
2009-07-23From Kovarththanan Rajaratnam:Anders Broman1-0/+7
2009-04-07size_t fixes.Gerald Combs1-1/+1
2009-02-09Make "Copy as Filter" on the packet list actually work.Jaap Keuter1-0/+3
2008-04-12various code cleanupUlf Lamping1-24/+23
2008-04-12Added an option to save column widths in the recent file.Stig Bjørlykke1-1/+1
2008-03-01Custom column updates:Stephen Fisher1-3/+4
2008-02-27Fix a comment that was pointing readers to the wrong file to look for infoStephen Fisher1-2/+2
2008-02-25From Chris Maynard: Alphabetize the list of column types to choose from inStephen Fisher1-118/+118
2008-02-22Improved custom columns with custom title.Stig Bjørlykke1-0/+15
2008-02-22Some custom column fixes:Stig Bjørlykke1-0/+3
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher1-2/+7
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher1-7/+2
2008-02-12Introduce a new column type called custom, which lets you put any displayStephen Fisher1-2/+7
2007-10-03This patch adds two new column types:Sake Blok1-0/+8
2007-09-22Simplify the parsing of column preferences, which should make it easierGerald Combs1-152/+6