aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-23Revert 34191 and add some casts insteadmorriss1-18/+17
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.morriss1-7/+8
2010-09-22Make buildbot happy again...sake1-1/+1
2010-09-22When using a custom column, make it possible to select which occurrence to sh...sake1-168/+203
2010-09-08Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIMEstig1-3/+9
2010-08-18Fix indentation.etxrab1-3/+3
2010-08-14Added proto_item_prepend_text().stig1-0/+41
2010-07-21Fixed adding a boolean value as a custom column.stig1-1/+4
2010-06-25Enable "Show Resolved" for custom OID columns.stig1-0/+8
2010-06-24Ensure we use the numeric value when creating a filter from a custom columnstig1-6/+89
2010-06-22Update to reflect changes in defines: REP_* > ENC_*stig1-1/+1
2010-05-29Increase the base size to 100 000 we are using more than that.etxrab1-2/+2
2010-05-26proto_registrar_dump_fields: output "" for blurb if blurb is a zero-length st...wmeier1-0/+2
2010-05-26More <stdarg.h> cleanup; some are real bugs, some are just "don't doguy1-5/+7
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-43/+112
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-2/+2
2010-05-10Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIME.jake1-0/+14
2010-05-02From Jakub Zawadzki:etxrab1-3/+32
2010-04-27From Jakub Zawadzki:etxrab1-27/+0
2010-04-27From Jakub Zawadzki:etxrab1-1/+55
2010-04-26Reindent a bunchmorriss1-263/+321
2010-04-26The comment here suggests fields should have abbreviations but previously we ...morriss1-0/+3
2010-04-24Make the absolute_time_display_e enum start at 1000 to avoid overlapping withmorriss1-35/+56
2010-04-24When checking the header_field_infos, use g_error() to give the developer amorriss1-29/+111
2010-04-20From Jakub Zawadzki:etxrab1-0/+1
2010-04-10Partly revert the changes made to epan/proto.c in SVN-29490sake1-5/+5
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-83/+83
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-77/+77
2010-04-02From Yaniv Kaul: constify parameterswmeier1-77/+77
2010-03-19Change printing of all BASE_OCT values to use the alternate formsahlberg1-8/+8
2010-03-09Mark unused arguments.guy1-1/+1
2010-02-28Added svn:ignore targets.stig1-3/+4
2010-01-25From Jakub Zawadzki:dimeg1-54/+3
2010-01-24Minor simplification in length calculation of proto_tree_add_bitsdimeg1-6/+4
2010-01-23Add _format_value variants of the proto_tree_add_bits functiondimeg1-41/+248
2009-12-28Use true/false strings instead of actual numeric values when adding a booleandimeg1-13/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-3/+11
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sguy1-12/+10
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-2/+2
2009-11-19No need to do string compare for FT_PROTOCOL.stig1-4/+2
2009-11-19Added support for some missing custom column types:stig1-1/+19
2009-10-12Return FALSE from proto_tracking_interesting_fields() when no tree.stig1-1/+1
2009-10-12Check for valid tree in proto_get_finfo_ptr_array() and stig1-0/+6
2009-10-11Set INITIAL_NUM_PROTOCOL_HFINFO to a more sensible value, e.g. 1500. Currentl...krj1-1/+1
2009-10-11As pointed out by Bill [1] we leak some header_field_info structs on shutdown...krj1-1/+10
2009-10-11Replace g_malloc + memset with g_new0krj1-2/+1
2009-10-11Set tree_is_expanded to NULL after freeing itkrj1-1/+1
2009-10-11Use the slice allocator if GLIB_CHECK_VERSION > (2,10,0)krj1-7/+13
2009-10-08Tighten header field checks.jake1-6/+9
2009-10-08Don't attempt to fill custom columns if we don't have a valid column expression.krj1-1/+1