Add back the fix from revision 54693.
[metze/wireshark/wip.git] / epan / proto.c
2014-01-15 Guy HarrisEliminate fvalue_set() in favor of routines that take...
2014-01-01 Pascal QuantinAdd proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_...
2013-12-24 Martin Kaiseradd ssl detection to proto_get_frame_protocols()
2013-12-23 Evan HuusAvoid one unnecessary use of ephemeral memory.
2013-12-23 Bill MeierUse G_GINT64_CONSTANT(nnn) instead of nnnul in a few...
2013-12-23 Michael MannAdd FT_SYSTEM_ID type and convert the dissectors that...
2013-12-20 Martin Kaiserdon't assert if an FT_BYTES entry is empty
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-18 Jakub ZawadzkiUse ws_sign_ext64()
2013-12-17 Jakub ZawadzkiCreate sign extension routines in <wsutil/sign_ext...
2013-12-17 Michael MannHandle signed integers > 32 bits. Bug 8454 (https...
2013-12-08 Pascal QuantinRemove proto_tree_add_unicode_string()
2013-12-07 Jakub ZawadzkiDrop proto_tree_add_unicode_string() from IP, IPv6...
2013-12-07 Jakub ZawadzkiAdd STR_ASCII, STR_UNICODE as possible displays for...
2013-12-07 Jakub ZawadzkiRename base_display_* to field_display
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-23 Evan HuusRemove old (2009) and no-longer-necessary compatibility...
2013-11-23 Gerald CombsReplace similar code with a common routine.
2013-11-14 Jakub Zawadzki64-bits: reorder fields in struct _protocol to remove...
2013-11-10 Jakub ZawadzkiMove REPORT_DISSECTOR_BUG() body to proto_report_dissec...
2013-11-10 Jakub ZawadzkiMove struct _ftype_t + callback typedefs + free macro...
2013-11-09 Jakub ZawadzkiReplace STRINGIFY with glib version.
2013-11-09 Jakub ZawadzkiPut "private" to_str.c functions to to_str-int.h
2013-11-09 Jakub ZawadzkiRename swar_count_bits() to ws_count_ones()
2013-11-08 Jakub ZawadzkiTry to split ws_ctz() from hfinfo_bitshift().
2013-11-07 Jakub ZawadzkiAdd infrastructure for section-initializing protocol...
2013-11-04 Evan HuusEffectively remove the tree memory pool and port some...
2013-10-31 Anders BromanIncrease PROTO_PRE_ALLOC_HF_FIELDS_MEM
2013-10-29 Anders BromanFix proto.c:4498: warning: 'compare_filter_name' define...
2013-10-29 Anders BromanOptimize proto_get_id_by_filter_name() by using the...
2013-10-29 Jeff MorrissRevert r52905 and r52908: they're causing plenty of...
2013-10-27 Jeff MorrissAs pointed by Evan: don't leak memory when the string...
2013-10-27 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-10-22 Evan HuusOptimization: in test_length there's no need to validat...
2013-10-20 Jakub ZawadzkiReintroduce back epan_dissect_reset(), proto_tree_reset()
2013-10-20 Jakub ZawadzkiRemove allocation stem from PROTO_NODE_NEW() macro.
2013-10-17 Evan HuusRevert the optimization in r52578. As Jakub predicted...
2013-10-13 Evan HuusSo a while back Jeff added some code to check that...
2013-10-12 Evan HuusRedo r52569 in a way that doesn't break the GUI. Add...
2013-10-12 Evan HuusRevert r52569, it breaks the GUI since that sometimes...
2013-10-12 Evan HuusUse wmem_free_all on the tree pool rather than freeing...
2013-10-12 Evan HuusUse a wmem block allocator to allocate field_infos...
2013-10-09 Michael MannPrefix all "Wireshark application specific" display...
2013-10-06 Michael MannAdd support for RELATIVE-OID ASN.1 type. Bug 9192 ...
2013-10-03 Michael MannMake expert items used in "low level" proto functions...
2013-10-01 Evan HuusAdd a dissector assert to _set_bytes like the one in...
2013-09-23 Evan HuusThe pointer into proto_tree_add_oid can be NULL if...
2013-09-22 Pascal QuantinMore emem -> wmem conversion:
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-21 Evan HuusAdd _g_ to the names of functions that allocate glib...
2013-09-17 Bill MeierFix proto_registrar_dump_protocols() bug introduced...
2013-09-12 Guy HarrisThe secs field of an nstime_t is a time_t, so cast...
2013-09-12 Jörg MayerMake proto.c compile on my system (linux, 32 bit)
2013-09-12 Evan HuusAdd casts to fix mac buildbots.
2013-09-12 Evan HuusFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-09-08 Michael MannCouldn't quite figure out how to make the expert items...
2013-08-26 Evan HuusFrom Jiri Engelthaler via
2013-08-22 Jakub Zawadzkiproto: simplify proto_tree_add_pi() remove out pointer...
2013-08-17 Jakub ZawadzkiFix few concept of new api tree:
2013-08-16 Jakub ZawadzkiIntroduce new proto_tree API required for hf_ variables...
2013-08-06 Jakub ZawadzkiTry to fix compilation under MSVC
2013-08-06 Jakub ZawadzkiReplace hfinfo pointer to same_name_prev, with same_nam...
2013-08-06 Jakub ZawadzkiRemove hfinfo->bitshift member, add hfinfo_bitshift...
2013-08-06 Jakub ZawadzkiOptimize wrs_count_bitshift()
2013-08-05 Michael MannCompletely remove support for proto_item_set_expert_flags.
2013-07-30 Jakub ZawadzkiOptimize marking label as truncated in proto_tree_set_r...
2013-07-29 Martin Kaiseradd a NULL check to report_type_length_mismatch()
2013-07-28 Evan HuusMuch simpler (and possibly faster) fix for the 64-bit...
2013-07-28 Evan HuusAs caught by Stig: 64-bit value strings could print...
2013-07-28 Jakub ZawadzkiStore protocol fields in single linked list, saves...
2013-07-28 Michael MannFix compile error that resulted from whitespace cleanup.
2013-07-28 Michael MannMake many items filterable for Vines dissectors.
2013-07-27 Jakub Zawadzkimake some variables static
2013-07-26 Evan HuusFollow-up to r50935: add support for 64-bit value strin...
2013-07-26 Evan HuusSquelch MSVC warnings. It doesn't know that DISSECTOR_A...
2013-07-26 Evan HuusAdd 64-bit value strings and the appropriate tooling...
2013-07-25 Jeff MorrissAs pointed out in https://wireshark.org/lists/wireshark...
2013-07-25 Jakub ZawadzkiOptimize proto_item_append_string()
2013-07-22 Guy HarrisHave get_uint_value() assume it's being passed an encod...
2013-07-16 Jakub ZawadzkiUse label_fill also when boolean / bitfield.
2013-07-16 Jakub Zawadzkioptimize: remove g_snprintf()'s from label_fill[_descr]
2013-07-15 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-07-13 Jakub Zawadzkiproto_custom_set() cleanup
2013-07-11 Jeff Morrissget_hfi_and_length() hasn't returned the hfi since...
2013-07-11 Jeff MorrissFor consistency:
2013-07-11 Jeff MorrissFix the very long loop fuzz failure reported in https...
2013-07-08 Jakub ZawadzkiFixes for tmp_fld_check_value():
2013-07-07 Jakub Zawadzkiups? first add + 1, then multiply.
2013-07-07 Jakub Zawadzkitree_is_expanded: make it bit array.
2013-07-07 Jakub ZawadzkiMake tree_is_expanded array static, add setter/getter...
2013-07-06 Jakub Zawadzkiproto.c: add few more cases when oct/hex can show up...
2013-07-03 Jakub ZawadzkiPROTO_REGISTRAR_GET_NTH() not needed after TRY_TO_FAKE_...
2013-07-03 Jakub ZawadzkiOptimize proto_item_prepend_text: if there's no fi...
2013-07-02 Jakub Zawadzki- rename and optimize proto_data_add_maybe_interesting_...
2013-07-02 Jakub ZawadzkiRemove tree argument from TRY_TO_FAKE_THIS_REPR macro
2013-07-02 Jakub ZawadzkiRewrite proto_lookup_or_create_interesting_hfids()...
2013-07-02 Jakub ZawadzkiMicro-optimize common case for proto_tree_add_pi()...
2013-07-02 Jakub Zawadzkitree == NULL check is already done by TRY_TO_FAKE_THIS_...
2013-07-02 Jakub ZawadzkiRemove not needed TRY_TO_FAKE_THIS_ITEM() from proto_tr...
next