aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-29Increase the base size to 100 000 we are using more than that.Anders Broman1-2/+2
2010-05-26proto_registrar_dump_fields: output "" for blurb if blurb is a zero-length st...Bill Meier1-0/+2
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doGuy Harris1-5/+7
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-43/+112
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-2/+2
2010-05-10Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIME.Jaap Keuter1-0/+14
2010-05-02From Jakub Zawadzki:Anders Broman1-3/+32
2010-04-27From Jakub Zawadzki:Anders Broman1-27/+0
2010-04-27From Jakub Zawadzki:Anders Broman1-1/+55
2010-04-26Reindent a bunchJeff Morriss1-263/+321
2010-04-26The comment here suggests fields should have abbreviations but previously we ...Jeff Morriss1-0/+3
2010-04-24Make the absolute_time_display_e enum start at 1000 to avoid overlapping withJeff Morriss1-35/+56
2010-04-24When checking the header_field_infos, use g_error() to give the developer aJeff Morriss1-29/+111
2010-04-20From Jakub Zawadzki:Anders Broman1-0/+1
2010-04-10Partly revert the changes made to epan/proto.c in SVN-29490Sake Blok1-5/+5
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-83/+83
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-77/+77
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-77/+77
2010-03-19Change printing of all BASE_OCT values to use the alternate formRonnie Sahlberg1-8/+8
2010-03-08Fix for bug 4563:Jaap Keuter1-1/+1
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-3/+4
2010-01-25From Jakub Zawadzki:Gerasimos Dimitriadis1-54/+3
2010-01-24Minor simplification in length calculation of proto_tree_add_bitsGerasimos Dimitriadis1-6/+4
2010-01-23Add _format_value variants of the proto_tree_add_bits functionGerasimos Dimitriadis1-41/+248
2009-12-28Use true/false strings instead of actual numeric values when adding a booleanGerasimos Dimitriadis1-13/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-3/+11
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sGuy Harris1-12/+10
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-2/+2
2009-11-19No need to do string compare for FT_PROTOCOL.Stig Bjørlykke1-4/+2
2009-11-19Added support for some missing custom column types:Stig Bjørlykke1-1/+19
2009-10-12Return FALSE from proto_tracking_interesting_fields() when no tree.Stig Bjørlykke1-1/+1
2009-10-12Check for valid tree in proto_get_finfo_ptr_array() and Stig Bjørlykke1-0/+6
2009-10-11Set INITIAL_NUM_PROTOCOL_HFINFO to a more sensible value, e.g. 1500. Currentl...Kovarththanan Rajaratnam1-1/+1
2009-10-11As pointed out by Bill [1] we leak some header_field_info structs on shutdown...Kovarththanan Rajaratnam1-1/+10
2009-10-11Replace g_malloc + memset with g_new0Kovarththanan Rajaratnam1-2/+1
2009-10-11Set tree_is_expanded to NULL after freeing itKovarththanan Rajaratnam1-1/+1
2009-10-11Use the slice allocator if GLIB_CHECK_VERSION > (2,10,0)Kovarththanan Rajaratnam1-7/+13
2009-10-08Tighten header field checks.Jaap Keuter1-6/+9
2009-10-08Don't attempt to fill custom columns if we don't have a valid column expression.Kovarththanan Rajaratnam1-1/+1
2009-10-07Removed a redundant prototype.Stig Bjørlykke1-2/+1
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.Bill Meier1-10/+10
2009-09-29Removed unused variable 'hfinfo' in proto_tree_set_time().Stig Bjørlykke1-3/+0
2009-09-23(Trivial) White space changesKovarththanan Rajaratnam1-246/+241
2009-09-22(Trivial) Rework a comment slightly.Bill Meier1-3/+3
2009-09-10Introduce a few FT_XXX lengths defines and use those instead of hard coding c...Kovarththanan Rajaratnam1-6/+6
2009-09-08Move the infinite loop check from proto_tree_add_node toGerald Combs1-15/+14
2009-09-08Use g_strlcpy when possibleKovarththanan Rajaratnam1-16/+16
2009-09-08From : Didier GautheronAnders Broman1-7/+3
2009-09-06We don't currently fake fields if they are referenced indirectly through some...Kovarththanan Rajaratnam1-1/+1
2009-09-06This fix was supposed to be in r29731 which some how only contained whitespac...Kovarththanan Rajaratnam1-8/+90