aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-305/+733
2015-02-19Add name resolution support to address type.Michael Mann1-11/+10
2015-02-12Support for looking for incomplete dissectors.Dario Lombardo1-0/+30
2015-02-12tvb_length is a macro wrapper for tvb_captured_length; use tvbuff_length.Guy Harris1-3/+3
2015-02-12Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki1-20/+20
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-02-09Add address type registration.Michael Mann1-0/+4
2015-02-07Add proto_tree_add_new_bytes()Michal Labedzki1-0/+22
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-18/+29
2015-01-19Convert OID APIs to use wmem.Michael Mann1-26/+28
2015-01-18Remove a couple more apparently-no-longer-necessary emem.h includes.Guy Harris1-1/+0
2015-01-18Replace the last THROW ep_ calls with wmemEvan Huus1-13/+15
2015-01-18proto.c: Update some comments to reflect realityBill Meier1-7/+8
2015-01-17Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.Michael Mann1-9/+7
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann1-8/+11
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-2/+2
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-13/+13
2015-01-10Add BASE_SPACE for FT_BYTESMichael Mann1-44/+31
2015-01-10Add preference to display spaces between bytes for FT_BYTES fields.Michael Mann1-2/+17
2015-01-09Convert EUI64 address APIs to use wmem.Michael Mann1-6/+10
2015-01-09Have ipxnet addresses use wmem scoped memory.Michael Mann1-1/+3
2015-01-09Some more random removal of ep_ memory.Michael Mann1-4/+3
2015-01-09Remove proto_tree_add_ax25Michael Mann1-19/+0
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-4/+8
2015-01-07Replace bytes_to_ep_str_punct with wmem equivalent.Michael Mann1-35/+53
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-11/+19
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-5/+68
2014-12-28Create FT_FCWWN field type.Michael Mann1-0/+40
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-1/+6
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-4/+9
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