aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-08Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4854 (crash when addingJeff Morriss1-37/+51
2010-06-09Corrected a typo in "display seconds with hours and minutes".Stig Bjørlykke1-1/+1
2010-06-03Improved readability when displaying seconds with hours and minutes.Stig Bjørlykke1-12/+12
2010-05-26Once you've used a va_list, you can't use it again until youGuy Harris1-6/+6
2010-05-06Simplified hour_min_sec calculations.Stig Bjørlykke1-11/+11
2010-05-06Added an option to display seconds as hours, minutes and secondsStig Bjørlykke1-152/+232
2010-04-30Add a catch-all if statement for column formats that are filled in byGerald Combs1-26/+9
2010-04-29Several dissectors fill in custom custom data in the source andGerald Combs1-1/+0
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-37/+37
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-37/+37
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-37/+37
2010-02-23From Jakub Zawadzki:Anders Broman1-19/+16
2010-01-19Use more unique names for certain enum constants.Bill Meier1-30/+30