aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-23proto_tree_add_item_ret_(u)int: do the NULL check at the startMartin Kaiser1-2/+4
2015-06-04[MSVC 2015] Try to fix warinings turned errors.Anders1-1/+1
2015-05-11proto: use correct mask when checking displayEvan Huus1-24/+24
2015-04-30Make bit masks unsigned.Guy Harris1-4/+4
2015-04-20The previous change doesn't work; do it right.Guy Harris1-1/+18
2015-04-20Make sure we handle Booleans even with the upper 32 bits set.Guy Harris1-1/+1
2015-04-19Don't use proto_tree_add_uint() to add FT_BOOLEAN values.Guy Harris1-3/+31
2015-04-13Add more "bitmask grouping" APIs.Michael Mann1-31/+77
2015-04-09Replace PROTO_TREE_ADD_XXX_ITEM macro use with real code.Michael Mann1-40/+63
2015-04-09Correct macro expansion in PROTO_TREE_ADD_XXX_ITEM for integer fields.Michael Mann1-1/+1
2015-04-02Fixup our anonsvn URLs.Gerald Combs1-1/+1
2015-03-19Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman1-0/+79
2015-03-19Eliminate decode_bitfield_value from "public" use.Michael Mann1-0/+11
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-3/+4
2015-02-24proto.c: avoid corrupting stack when printing a 64 bits field in BASE_DEC_HEX...Pascal Quantin1-13/+13
2015-02-22Make FT_{U}INT{40,48,56,64} handle BASE_CUSTOM.Guy Harris1-85/+23
2015-02-22Set 64-bit signed values with proto_tree_set_int64().Guy Harris1-1/+1
2015-02-22Fetch values appropriately according to the value's type.Guy Harris1-4/+5
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