aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-22Improve the message for "this field has an integral type" assertions.Guy Harris1-3/+3
2014-12-21Improve the message for "this field doesn't have the right type" assertions.Guy Harris1-28/+25
2014-12-21Do not use packet scope memory outside packet dissectorsPascal Quantin1-1/+1
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-1/+6
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann1-4/+7
2014-12-18proto.c: Add hint to 'DISSECTOR_ASSERT(hf->bitmask != 0)' to show field name.Bill Meier1-1/+1
2014-12-18Add support for multifields in custom columnMichal Labedzki1-260/+265
2014-12-10Refactor "color" conversation filtersMichael Mann1-0/+27
2014-12-08Add proto_tree_add_bitmask_with_flags.Michael Mann1-0/+24
2014-11-25proto.c: proto_registrar_dump_values(): don't skip "same name" fields.Bill Meier1-109/+108
2014-11-10Improved deregistering fields.Stig Bjørlykke1-6/+64
2014-11-02new function proto_tree_get_parent_tree()Martin Kaiser1-0/+13
2014-10-28Use guint8 for 8-bit unsigned numeric values.Guy Harris1-2/+5
2014-10-27Qt: ByteViewText hover information.Gerald Combs1-1/+1
2014-10-20Proto: Fixed proto_unregister_field()Stig Bjørlykke1-4/+4
2014-10-20Check if mask_greatest_bit_offset is within limits.Stig Bjørlykke1-1/+1
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+2
2014-10-13Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide)Pascal Quantin1-5/+5
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-21/+49
2014-09-16Use tvb_new_subset_length() rather than tvb_new_subset().Guy Harris1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-09-16Fix some logically dead code reported by Coverity (CIDs 1158807, 1158808, 122...Jeff Morriss1-13/+11
2014-09-14TRY_TO_FAKE_THIS_ITEM() doesn't take a tvbuff_t * argument.Guy Harris1-1/+1
2014-09-14Don't try to set the length, end, or text of a faked item.Jeff Morriss1-15/+16
2014-09-14Revert "Only fake an item by returning 'tree' if they use the same TVB"Jeff Morriss1-45/+44
2014-09-12Treat a length of -1 as a Very Large Length in most cases.Guy Harris1-1/+7
2014-09-12Do FT_{U}INT64 the same way we do other FT_{U}INTn types.Guy Harris1-119/+117
2014-09-11Code simplification from Hadriels abandoned change.AndersBroman1-36/+29
2014-08-19"Highly discourage" use of proto_tree_add_text.Michael Mann1-2/+2
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-0/+17
2014-08-04Always create subtree in proto_item_add_subtree().Jakub Zawadzki1-19/+6
2014-08-03Add missing macro parameterEvan Huus1-1/+1
2014-08-03Only fake an item by returning 'tree' if they use the same TVBEvan Huus1-44/+45
2014-07-31proto_add_subtree_format(): initialize tree_item to 'tree' rather than NULL.Jeff Morriss1-2/+5
2014-07-29(trivial) modify, indent a commentMartin Kaiser1-1/+1
2014-07-27Make value_string_ext const-correct.Kevin Cox1-3/+3
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-3/+19
2014-06-30Fix Bug #10238: Display filter expression dialog items do not expand/display ...Bill Meier1-3/+10
2014-06-24Ensure proto_item from subtree is initializedMichael Mann1-0/+4
2014-06-20Add proto_tree_add_subtree and proto_tree_add_subtree_formatMichael Mann1-0/+37
2014-06-19Optimize reseting epan_dissect_t when filtering.Jakub Zawadzki1-6/+10
2014-06-16More Python-bindings removal.Jeff Morriss1-13/+0
2014-06-16kill one last python remnantEvan Huus1-2/+0
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-8/+14
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-2/+2
2014-06-01Fix type/length mismatch messages for FT_ETHER.Guy Harris1-1/+1
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-0/+17
2014-05-14Revert "Don't throw for offset at end of TVB with len -1."Evan Huus1-1/+1
2014-04-25Fold alloc_field_info() into proto_tree_add_pi().AndersBroman1-16/+3
2014-04-24Consistently use the macro PROTO_REGISTRAR_GET_NTH in proto.cAndersBroman1-9/+19