From Jiri Engelthaler via
[metze/wireshark/wip.git] / epan / proto.c
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...
2013-07-02 Jakub Zawadzkicleanup, put result of decode_bitfield_value directly...
2013-07-02 Jakub ZawadzkiAdd TRY_TO_FAKE_THIS_REPR into proto_tree_set_represent...
2013-07-02 Jakub Zawadzkisnprintf -> strlcpy.
2013-07-01 Jakub ZawadzkiCleanup fill_label_[u]int64 to fill_label_number64
2013-07-01 Jakub ZawadzkiRewrite hfinfo_numeric_value_format as a special case...
2013-06-30 Jeff MorrissActually use the new environment variable created in...
2013-06-30 Jakub Zawadzkiproto_custom_set: don't fetch values twice.
2013-06-28 Guy HarrisSquelch a warning.
2013-06-28 Jakub ZawadzkiMerge fill_label_[u]int to fill_label_number, hfinfo_...
2013-06-28 Jakub ZawadzkiMerge _hfinfo_int_value_format and _hfinfo_uint_value_f...
2013-06-28 Jakub Zawadzki#micro-optimization, remove g_snprintf()'s from _hfinfo...
2013-06-27 Jakub Zawadzkiuse hf_try_val_to_str() in two more places.
2013-06-27 Jakub Zawadzkicleanup [u]int fill proto with value_string function
2013-06-27 Jakub Zawadzkicleanup int/uint fill proto functions.
2013-06-27 Jakub ZawadzkiAdd functions hf_try_val_to_str[_const]
2013-06-18 Jakub ZawadzkiPass hfinfo and not hfindex to internal proto functions.
2013-05-31 Evan HuusFix the integer overflow case Jakub caught in
2013-05-31 Jeff Morriss(Finally!) check in part of Didier's patch to fix
2013-05-29 Jeff MorrissFix the fuzz failure reported in https://bugs.wireshark...
2013-05-24 Michael MannAdd expert info configuration framework. Bug 2412...
2013-05-17 Evan HuusFrom Florian Forster via https://bugs.wireshark.org...
2013-04-05 Chris MaynardCoalesce "-G fields2" and "-G fields3" into "-G fields...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-24 Anders BromanAdd const casts and make local functions static.
2013-03-10 Evan HuusRemove slab.h and replace its last remaining usage...
2013-03-09 Evan HuusRemove the emem slab feature (sl_* functions) completel...
2013-03-04 Evan HuusFrom Steve Magnani via https://bugs.wireshark.org/bugzi...
2013-03-02 Anders BromanFrom beroset:
2013-02-27 Guy HarrisMove show_exception() and show_reported_bounds_error...
2013-02-10 Bill MeierAdd an "Unregistered hf!" hint to DISSECTOR_ASSERT...
2013-02-07 Bill MeierAdd 'proto_registrar_get_id_byname()' accessor.
2013-02-02 Pascal QuantinRevert changes committed by error in r47433
2013-02-01 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-01-17 Evan HuusAdd modelines
2013-01-16 Evan HuusNull the finfo pointer after we free it. Reduces (but...
2013-01-14 Evan HuusTake a wild guess at what might be causing
2013-01-05 Pascal QuantinFrom Nickolai via https://bugs.wireshark.org/bugzilla...
2012-12-07 Gerald CombsAdd a context menu to the packet list and fill in the
2012-12-02 Jeff MorrissUse g_error() to generate an explanatory message (and...
2012-11-18 Anders BromanCheck if we have a filter name.
2012-11-03 Jakub ZawadzkiManually revert r45669
2012-11-02 Jakub ZawadzkiRemove const specifier from argument.
2012-10-25 Jeff MorrissFix problem where NTP times with the high-bit set to...
2012-10-20 Jakub Zawadzki- Allow reseting edt with new function epan_dissect_res...
2012-10-20 Jakub Zawadzki- Free root node and tree data outside proto_tree_free_...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-19 Martin MathiesonRevert r45005.
2012-09-19 Martin MathiesonMake proto_item_append_string() behave sanely, and...
2012-09-03 Jeff MorrissDon't fetch the value twice (unsigned integer case...
2012-09-03 Jakub ZawadzkiMT: move global field_info_tmp to tree_data_t
2012-08-23 Evan HuusFrom Martin Kupec via https://bugs.wireshark.org/bugzil...
2012-08-13 Gerald CombsKeep field_info_tmp from being prematurely freed. Bette...
2012-08-12 Gerald CombsFix a copy/paste error which triggered bug
2012-08-10 Gerald CombsInstead of calling DISSECTOR_ASSERT() whenever we get...
2012-08-10 Gerald CombsMake the corresponding packet_info available to each...
2012-08-08 Jeff MorrissMove the pi==NULL test into TRY_TO_FAKE_THIS_REPR.
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
next