White space changes.
[obnox/wireshark/wip.git] / epan / proto.c
2012-02-13 morrissIf WIRESHARK_ABORT_ON_DISSECTOR_BUG is set (in the...
2012-01-25 morrissFix a couple of cut-n-pasteos.
2012-01-14 jmayerRemove obsolete GLIB_CHECK_VERSION(2,10,0) checks
2011-12-27 geraldAdd a "-G ftypes" option, which dumps our supprted...
2011-12-20 sfisherImprove this error message (example output based on...
2011-11-17 cmaynardFix crash caused by trying to apply a field of type...
2011-11-02 guyUse "%g" for float as well as double.
2011-10-25 stigAllow signed integers displayed as BASE_HEX_DEC.
2011-10-25 stigDisplay BASE_DEC_HEX correct for int64/uint64.
2011-10-25 stigAdded missing support for FT_INT64 in proto_tree_add_bi...
2011-10-25 stigSimplified code checking if FT_UINT64 is displayed...
2011-10-25 stigAllow signed integers displayed as DEC_HEX.
2011-10-25 stigFixed using signed 64-bits integer in custom column.
2011-10-25 stigRevert "Allow value_strings for FT_INT64 and FT_UINT64...
2011-10-25 stigAllow value_strings for FT_INT64 and FT_UINT64.
2011-10-24 wmeierConvert proto_tree_add_bitmask(), proto_tree_add_bitmas...
2011-10-05 stigUse g_tree_steal to remove an entry without calling...
2011-10-04 stigAdd proto_unregister_field().
2011-10-02 stigRemoved the protocol registration updates in the splash...
2011-09-27 etxrabIn proto_tree_add_bits... use const guint encoding...
2011-09-20 etxrabFrom Sylvain Munaut:
2011-09-16 etxrabFrom Sylvain Munaut:
2011-07-05 guyAdd some additional routine variants that handle string...
2011-07-03 guyAdd ENC_ values for UTF-8 and EBCDIC, support them...
2011-06-25 stigMake guy's fix in revision 37236 actually work:
2011-06-19 stigMake creating a display filter from a custom column...
2011-06-19 stigHandle BASE_NONE as BASE_DEC for filter expression...
2011-06-16 guySquelch some compiler warnings.
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-27 morrissMake TVBs opaque for most users.
2011-05-19 martinmAdd a check that (plain) value_strings that are used...
2011-05-18 guyYou cannot just make the "len" field of a GByteArray...
2011-05-18 guyMake some more routines not used outside epan/proto...
2011-05-09 darkjamesConvert SLAB_-s, to sl_-API.
2011-05-08 alagoutteAdd FT_EUI64 Field Type
2011-04-11 cmaynardUse g_strlcpy() instead of prohibited strncpy() to...
2011-04-10 stigstrcpy -> strncpy.
2011-03-29 stigGuard against NULL return from find_protocol_by_id().
2011-03-28 cmaynardDon't use prohibited strncpy(). In this case, use...
2011-03-26 stigAdded a FALLTHRU comment to avoid a coverity warning.
2011-03-20 guyClean up indentation.
2011-02-10 morrissModify proto_tree_add_bytes_format() and proto_tree_add...
2011-02-08 morrissAdd support for 4-byte NTP times (only the seconds...
2011-02-07 guyFor FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the...
2011-02-07 morrissAdd support for passing NTP times to proto_tree_add_ite...
2011-02-04 etxrabFix Bug 5500 - failed assertion in ISAKMP dissector...
2011-01-02 guyFix indentation.
2010-11-14 wmeier'tshark -G values' - Validate (somewhat) value_string_e...
2010-11-12 wmeierEnhance 'tshark -G values': Add info about extended...
2010-11-12 wmeierUse val_to_str_const & val_to_str_ext_const where appro...
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...
next