Rework "extended value strings":
[obnox/wireshark/wip.git] / epan / proto.c
2010-10-14 wmeierRework "extended value strings":
2010-10-14 stigSupport multiple header fields with the same abbreviati...
2010-10-14 wmeierFix crash for 'tshark -G values' when printing "extende...
2010-09-25 sakeFix the output of columns with "show resolved" disabled...
2010-09-23 morrissAdd some more casts.
2010-09-23 morrissRevert 34191 and add some casts instead
2010-09-23 morrissUse gsize (size_t) in a couple of places to make the...
2010-09-22 sakeMake buildbot happy again...
2010-09-22 sakeWhen using a custom column, make it possible to select...
2010-09-08 stigAllow for proto_tree_add_item() with FT_ABSOLUTE_TIME...
2010-08-18 etxrabFix indentation.
2010-08-14 stigAdded proto_item_prepend_text().
2010-07-21 stigFixed adding a boolean value as a custom column.
2010-06-25 stigEnable "Show Resolved" for custom OID columns.
2010-06-24 stigEnsure we use the numeric value when creating a filter...
2010-06-22 stigUpdate to reflect changes in defines: REP_* > ENC_*
2010-05-29 etxrabIncrease the base size to 100 000 we are using more...
2010-05-26 wmeierproto_registrar_dump_fields: output "" for blurb if...
2010-05-26 guyMore <stdarg.h> cleanup; some are real bugs, some are...
2010-05-24 guyRefer to the endianness arguments as "encoding" rather...
2010-05-21 guyHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-05-10 jakeAllow for proto_tree_add_item() with FT_ABSOLUTE_TIME...
2010-05-02 etxrabFrom Jakub Zawadzki:
2010-04-27 etxrabFrom Jakub Zawadzki:
2010-04-27 etxrabFrom Jakub Zawadzki:
2010-04-26 morrissReindent a bunch
2010-04-26 morrissThe comment here suggests fields should have abbreviati...
2010-04-24 morrissMake the absolute_time_display_e enum start at 1000...
2010-04-24 morrissWhen checking the header_field_infos, use g_error(...
2010-04-20 etxrabFrom Jakub Zawadzki:
2010-04-10 sakePartly revert the changes made to epan/proto.c in SVN...
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-03-19 sahlbergChange printing of all BASE_OCT values to use the alter...
2010-03-09 guyMark unused arguments.
2010-02-28 stigAdded svn:ignore targets.
2010-01-25 dimegFrom Jakub Zawadzki:
2010-01-24 dimegMinor simplification in length calculation of proto_tre...
2010-01-23 dimegAdd _format_value variants of the proto_tree_add_bits...
2009-12-28 dimegUse true/false strings instead of actual numeric values...
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-12 guyRename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK...
2009-12-10 guyAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-11-19 stigNo need to do string compare for FT_PROTOCOL.
2009-11-19 stigAdded support for some missing custom column types:
2009-10-12 stigReturn FALSE from proto_tracking_interesting_fields...
2009-10-12 stigCheck for valid tree in proto_get_finfo_ptr_array(...
2009-10-11 krjSet INITIAL_NUM_PROTOCOL_HFINFO to a more sensible...
2009-10-11 krjAs pointed out by Bill [1] we leak some header_field_in...
2009-10-11 krjReplace g_malloc + memset with g_new0
2009-10-11 krjSet tree_is_expanded to NULL after freeing it
2009-10-11 krjUse the slice allocator if GLIB_CHECK_VERSION > (2...
2009-10-08 jakeTighten header field checks.
2009-10-08 krjDon't attempt to fill custom columns if we don't have...
2009-10-07 stigRemoved a redundant prototype.
2009-09-30 wmeierRename hfinfo.ref_count to hfinfo.ref_type since that...
2009-09-29 stigRemoved unused variable 'hfinfo' in proto_tree_set_time().
2009-09-23 krj(Trivial) White space changes
2009-09-22 wmeier(Trivial) Rework a comment slightly.
2009-09-10 krjIntroduce a few FT_XXX lengths defines and use those...
2009-09-08 geraldMove the infinite loop check from proto_tree_add_node to
2009-09-08 krjUse g_strlcpy when possible
2009-09-08 etxrabFrom : Didier Gautheron
2009-09-06 krjWe don't currently fake fields if they are referenced...
2009-09-06 krjThis fix was supposed to be in r29731 which some how...
2009-09-06 krjIntroduce TRY_TO_FAKE_THIS_REPR which is an optimizatio...
2009-09-06 krjThe frame dissector disables the TRY_TO_FAKE_THIS_ITEM...
2009-09-01 krjFrom Jakub Zawadzki via. Bug 3330:
2009-09-01 krjFrom Richard Brodie via. Bug 3913:
2009-08-29 krjRevert r29614 until I figure out why buildbot doesn...
2009-08-29 krjUse G_STRINGIFY/G_PASTE
2009-08-28 jmayerAfter asking on the list and receiving no feedback...
2009-08-25 etxrabFrom Didier Gautheron:
2009-08-21 krjDon't dereference pointer before checking for NULL
2009-08-21 krjDelay TRY_TO_FAKE_THIS_ITEM() in proto_tree_add_bits_re...
2009-08-21 martinmDon't try TRY_TO_FAKE_THIS_ITEM in proto_tree_add_bits_...
2009-08-21 krjAlso fake empty field_info's by gracefully handling...
2009-08-19 krjMove TRY_TO_FAKE_THIS_ITEM to all public proto_xxx...
2009-08-17 krjMove the NULL pointer 'tree' check under TRY_TO_FAKE_TH...
2009-08-17 krjDon't do PROTO_REGISTRAR_GET_NTH twice.
2009-08-15 krjThis should have been part of r29428. This patch forces...
2009-08-12 krjDISSECTOR_ASSERT on FT_PCRE in construct_match_selected...
2009-08-11 krjTRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default...
2009-08-09 krjAdd PTREE_FINFO and use PITEM_FINFO when possible.
2009-08-09 krjAdd PNODE_FINFO. We've been using PITEM_FINFO on proto_...
2009-08-09 wmeierg_error() if registering a subtree item type already...
2009-07-23 etxrabFrom Kovarththanan Rajaratnam:
2009-07-18 stigFrom Kovarththanan Rajaratnam via bug 3719:
2009-07-15 stigFrom Kovarththanan Rajaratnam:
2009-07-07 stigAdded some casts for true_false_string's.
2009-06-12 morrissptvcursor_add_text_with_subtree(): Don't crash if calle...
2009-06-11 stigFix a small indent issue in a comment.
2009-05-29 standelpython binding for wireshark (first commit)
2009-04-22 wmeierproto.c: proto_registrar_dump...() fixes/changes:
2009-04-08 geraldMore size_t fixes. Use a string buffer in range.c.
2009-03-22 wmeierFrom Jakub Zawadzki: g_snprintf() & etc since glib...
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-03-12 stigFrom Jakub Zawadzki (bug3330):
2009-03-09 stigRemoved support for FT_UINT64/BASE_NONE/VALS combination.
next