aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-19More name changes.Guy Harris1-3/+3
2014-04-19Some routine name changes.Guy Harris1-1/+1
2014-04-19Don't se_ allocate strings when mapping addresses to column strings.Guy Harris1-4/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14Don't cast away constness.Guy Harris1-2/+2
2014-01-06Expand a comment.Guy Harris1-2/+2
2014-01-06In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()Guy Harris1-105/+73
2013-12-18Added col_clear_fence().Stig Bjørlykke1-0/+16
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-1/+1
2013-11-09Remove #if 0 code (introduced in r29489).Jakub Zawadzki1-285/+0
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-36/+183
2013-10-27Remove "Cisco MDS-specific" fields from packet_info. 2 of the 3 fields were ...Michael Mann1-8/+3
2013-10-18After looking for something in the column-*.h files andJörg Mayer1-1/+1
2013-10-01FINALLY remove the check_col API so that reviewers won't have to mention that...Michael Mann1-6/+0
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-5/+14
2013-07-21Add helper function to epan_session which can be used to get absolute timesta...Jakub Zawadzki1-6/+7
2013-07-16This should fix warning: to be safe all intermediate pointers in cast from 'g...Chris Maynard1-2/+2
2013-06-25Indentation/Whitespace cleanup;Bill Meier1-635/+642
2013-06-04Fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7546Sake Blok1-14/+18
2013-03-20 From beroset:Bill Meier1-2/+2
2013-02-25LUA API improvementsMichael Mann1-0/+20
2012-12-26Fix a bunch of warnings.Guy Harris1-21/+21
2012-10-27Add comment explaining the addr->hf field to column-utils for futureEvan Huus1-0/+6
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-0/+6
2012-10-26Revert revision 44921.Evan Huus1-16/+5
2012-10-08col_cleanup() is undoing the allocations that col_init() does, so it'sGuy Harris1-19/+29
2012-10-08col_data is not necessarily set to point to something g_malloc()ated,Guy Harris1-1/+0
2012-10-08Explicitly cast away const-ness to fix windows build-bots.Evan Huus1-2/+2
2012-10-08Don't leak all of our column data in packet_list_recreate (I think we still leakEvan Huus1-0/+20
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki1-10/+27
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-5/+16
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+8
2012-07-24Use the correct symbolsAnders Broman1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-45/+75
2012-01-28Well, we *did* go to a widget that invokes callback to get the text forGuy Harris1-8/+2
2011-09-19Make it possiblwe to creare a trime string from frame data.Anders Broman1-45/+61
2011-09-16set_abs_time and friends always return 1.Anders Broman1-20/+18
2011-09-02Support negative nsecs when viewing seconds with hours and minutes.Stig Bjørlykke1-15/+20
2011-07-04From Michael Mann:Anders Broman1-9/+71
2011-06-22Don't assert on invalid custom columns, just set as invalid/unknown.Stig Bjørlykke1-2/+1
2011-04-09In packet_list_dissect_and_cache_record(), set the columns toGuy Harris1-0/+51
2011-03-31separator will never be NULL, but sep_len could be 0, so test for that instead.Chris Maynard1-1/+1
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-5/+0
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-0/+2
2010-09-08Support negative values when viewing seconds with hours and minutes.Stig Bjørlykke1-66/+92
2010-08-30Doxygen related changes.Anders Broman1-1/+12