aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-22Have get_uint_value() assume it's being passed an encoding value, whichGuy Harris1-17/+11
2013-07-16Use label_fill also when boolean / bitfield.Jakub Zawadzki1-30/+24
2013-07-16optimize: remove g_snprintf()'s from label_fill[_descr]Jakub Zawadzki1-14/+55
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-07-13proto_custom_set() cleanupJakub Zawadzki1-62/+34
2013-07-11get_hfi_and_length() hasn't returned the hfi since r50015: rename itJeff Morriss1-7/+7
2013-07-11For consistency:Jeff Morriss1-50/+50
2013-07-11Fix the very long loop fuzz failure reported in https://bugs.wireshark.org/bu...Jeff Morriss1-4/+13
2013-07-08Fixes for tmp_fld_check_value():Jakub Zawadzki1-8/+11
2013-07-07ups? first add + 1, then multiply.Jakub Zawadzki1-1/+1
2013-07-07tree_is_expanded: make it bit array.Jakub Zawadzki1-10/+15
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki1-1/+15
2013-07-06proto.c: add few more cases when oct/hex can show up with signed numberJakub Zawadzki1-7/+2
2013-07-03PROTO_REGISTRAR_GET_NTH() not needed after TRY_TO_FAKE_THIS_ITEMJakub Zawadzki1-1/+0
2013-07-03Optimize proto_item_prepend_text: if there's no fi->rep avoid one strlcpy().Jakub Zawadzki1-3/+3
2013-07-02- rename and optimize proto_data_add_maybe_interesting_fieldJakub Zawadzki1-10/+6
2013-07-02Remove tree argument from TRY_TO_FAKE_THIS_REPR macroJakub Zawadzki1-26/+24
2013-07-02Rewrite proto_lookup_or_create_interesting_hfids() and rename to proto_data_a...Jakub Zawadzki1-27/+13
2013-07-02Micro-optimize common case for proto_tree_add_pi() assume tree != NULL, pfi !...Jakub Zawadzki1-11/+9
2013-07-02tree == NULL check is already done by TRY_TO_FAKE_THIS_ITEM() macro.Jakub Zawadzki1-3/+0
2013-07-02Remove not needed TRY_TO_FAKE_THIS_ITEM() from proto_tree_*_format & proto_tr...Jakub Zawadzki1-244/+180
2013-07-02cleanup, put result of decode_bitfield_value directly to fi->rep->representationJakub Zawadzki1-13/+9
2013-07-02Add TRY_TO_FAKE_THIS_REPR into proto_tree_set_representation_value() call.Jakub Zawadzki1-40/+11
2013-07-02snprintf -> strlcpy.Jakub Zawadzki1-5/+4
2013-07-01Cleanup fill_label_[u]int64 to fill_label_number64Jakub Zawadzki1-32/+14
2013-07-01Rewrite hfinfo_numeric_value_format as a special case for _hfinfo_number_valu...Jakub Zawadzki1-157/+63
2013-06-30Actually use the new environment variable created in r49784--apparently I for...Jeff Morriss1-2/+2
2013-06-30proto_custom_set: don't fetch values twice.Jakub Zawadzki1-2/+2
2013-06-28Squelch a warning.Guy Harris1-3/+6
2013-06-28Merge fill_label_[u]int to fill_label_number, hfinfo_[u]int_value_format to h...Jakub Zawadzki1-61/+17
2013-06-28Merge _hfinfo_int_value_format and _hfinfo_uint_value_format to one function ...Jakub Zawadzki1-71/+13
2013-06-28#micro-optimization, remove g_snprintf()'s from _hfinfo_[u]int_value_format w...Jakub Zawadzki1-147/+120
2013-06-27use hf_try_val_to_str() in two more places.Jakub Zawadzki1-29/+16
2013-06-27cleanup [u]int fill proto with value_string functionJakub Zawadzki1-119/+78
2013-06-27cleanup int/uint fill proto functions.Jakub Zawadzki1-281/+111
2013-06-27Add functions hf_try_val_to_str[_const]Jakub Zawadzki1-63/+33
2013-06-18Pass hfinfo and not hfindex to internal proto functions.Jakub Zawadzki1-47/+38
2013-05-31Fix the integer overflow case Jakub caught inEvan Huus1-5/+15
2013-05-31(Finally!) check in part of Didier's patch to fixJeff Morriss1-3/+28
2013-05-29Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-0/+3
2013-05-24Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...Michael Mann1-1/+1
2013-05-17From Florian Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+2
2013-04-05Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.Chris Maynard1-87/+49
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-7/+7
2013-03-24Add const casts and make local functions static.Anders Broman1-15/+15
2013-03-10Remove slab.h and replace its last remaining usage with glib slices.Evan Huus1-1/+0
2013-03-09Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus1-17/+6
2013-03-04From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339Evan Huus1-6/+75
2013-03-02From beroset:Anders Broman1-81/+82
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-0/+4