aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-23The pointer into proto_tree_add_oid can be NULL if the length is 0. ExposedEvan Huus1-1/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-4/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+7
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-17Fix proto_registrar_dump_protocols() bug introduced by theBill Meier1-5/+5
2013-09-12The secs field of an nstime_t is a time_t, so cast to that.Guy Harris1-2/+2
2013-09-12Make proto.c compile on my system (linux, 32 bit)Jörg Mayer1-2/+2
2013-09-12Add casts to fix mac buildbots.Evan Huus1-2/+2
2013-09-12From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9072Evan Huus1-0/+22
2013-09-08Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann1-2/+2
2013-08-26From Jiri Engelthaler viaEvan Huus1-6/+19
2013-08-22proto: simplify proto_tree_add_pi() remove out pointer to field_info *Jakub Zawadzki1-69/+44
2013-08-17Fix few concept of new api tree:Jakub Zawadzki1-8/+6
2013-08-16Introduce new proto_tree API required for hf_ variables removal.Jakub Zawadzki1-15/+51
2013-08-06Try to fix compilation under MSVCJakub Zawadzki1-1/+1
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-10/+18
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-36/+27
2013-08-06Optimize wrs_count_bitshift()Jakub Zawadzki1-5/+10
2013-08-05Completely remove support for proto_item_set_expert_flags.Michael Mann1-24/+0
2013-07-30Optimize marking label as truncated in proto_tree_set_representation_*()Jakub Zawadzki1-22/+14
2013-07-29add a NULL check to report_type_length_mismatch()Martin Kaiser1-6/+8
2013-07-28Much simpler (and possibly faster) fix for the 64-bit value string label issue.Evan Huus1-24/+8
2013-07-28As caught by Stig: 64-bit value strings could print the field name twice.Evan Huus1-18/+25
2013-07-28Store protocol fields in single linked list, saves about 1 MB of memory.Jakub Zawadzki1-11/+12
2013-07-28Fix compile error that resulted from whitespace cleanup.Michael Mann1-1/+1
2013-07-28Make many items filterable for Vines dissectors.Michael Mann1-0/+35
2013-07-27make some variables staticJakub Zawadzki1-1/+2
2013-07-26Follow-up to r50935: add support for 64-bit value strings in more places thatEvan Huus1-0/+7
2013-07-26Squelch MSVC warnings. It doesn't know that DISSECTOR_ASSERT_NOT_REACHED doesn'tEvan Huus1-0/+5
2013-07-26Add 64-bit value strings and the appropriate tooling (including yet anotherEvan Huus1-10/+67
2013-07-25As pointed out in https://www.wireshark.org/lists/wireshark-dev/201307/msg001...Jeff Morriss1-0/+7
2013-07-25Optimize proto_item_append_string()Jakub Zawadzki1-3/+6
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