summaryrefslogtreecommitdiff
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-2/+26
2016-09-27[proto.c] proto_all_finfos(), pre-allocate array to hold all fields.AndersBroman1-1/+2
2016-09-27[proto.c] Add proto_find_first_finfo() to find first occurance of a field.AndersBroman1-0/+34
2016-09-22proto.c: avoid dereferencing a NULL pointerPascal Quantin1-12/+16
2016-09-22[proto.c] As we know the size of the hf array use g_ptr_array_sized_new()AndersBroman1-2/+20
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-15/+389
2016-08-31OK, it probably crashed in proto_initialize_all_prefixes().Guy Harris1-2/+0
2016-08-31Crashing in proto_initialize_all_prefixes()? Debugging output.Guy Harris1-0/+2
2016-08-23More fields, more pre-allocated memory for fields.Guy Harris1-1/+1
2016-08-07Allow up to 64-bit values to use BASE_RANGE_STRING.Michael Mann1-0/+3
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-25/+3
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-3/+3
2016-07-26proto.c: add bounds check to proto_tree_add_text(_valist)_internalPascal Quantin1-0/+16
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-16/+17
2016-07-21Add proto_tree_add_checksum.Michael Mann1-0/+128
2016-07-20Allow BASE_NONE (with strings conversion) for integral values again.Jeff Morriss1-3/+15
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann1-3/+3
2016-07-14proto.c: Unsigned fields should use %u within printf.Michael Mann1-7/+7
2016-07-02proto.c: allow calling get_hfi_length() with a 0 byte tvb and length=-1Pascal Quantin1-1/+1
2016-06-23Fix "disable this protocol by default".Guy Harris1-9/+22
2016-06-22Move AT_VINES address type to VINES dissector.Michael Mann1-1/+7
2016-06-15proto.c: allow calling proto_item_add_bitmask_tree() with a length set to 0Pascal Quantin1-1/+1
2016-06-13Add proto_tree_add_bitmask_list_value.Michael Mann1-0/+10
2016-06-07Don't sign extend unsigned integer fields larger than 32 bits.Jens Kilian1-4/+0
2016-05-31Remove proto_item_append_string.Michael Mann1-46/+0
2016-05-26Update the comments/warnings about using proto_tree_append_string().Jeff Morriss1-11/+12
2016-05-10Have fvalue_to_string_repr always return an (wmem) allocated buffer.Michael Mann1-11/+11
2016-05-10rawshark: Get "field string values" from existing functionality.Michael Mann1-0/+5
2016-05-10Dynamically allocate the string for representing FT_IEEE_11073_[S]FLOAT.Michael Mann1-31/+22
2016-05-08Handle the encoding when displaying the string table.Guy Harris1-13/+25
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-5/+10
2016-04-26Get rid of duplicate code.Guy Harris1-9/+2
2016-04-26Always call test_length(), even if the tree is null.Guy Harris1-2/+1
2016-04-13Restrict the depth of the protocol tree.Gerald Combs1-2/+23
2016-04-02OK, we'll increase PROTO_PRE_ALLOC_HF_FIELDS_MEM a bit.Guy Harris1-1/+1
2016-03-15More "FT_BOOLEAN is 64-bit" fixes.Guy Harris1-3/+3
2016-03-10Remove double check for null (CID 1158871)Jaap Keuter1-4/+1
2016-03-07Add conflict check filterAlexis La Goutte1-1/+55
2016-02-16const gpointer -> gconstpointerJoão Valverde1-2/+2
2016-02-15Add some casts to void * to fix (pedantic) argument mismatch notesJoão Valverde1-1/+1
2016-02-02proto.c: fix indent (use tabs)Alexis La Goutte1-166/+166
2016-02-02Add proto_tree_add_item_ret_string() routine.Guy Harris1-74/+173
2016-02-01Add heuristic dissectors for the variable part of COTP CR and CC PDUs.Guy Harris1-113/+112
2016-01-24Set width of hex output according to bitmaskKevin Bracey1-61/+57
2016-01-20Squelch Coverity warnings CID 1348057 and 1348058.Guy Harris1-6/+4
2016-01-18Fix "Apply As Filter..." for BASE_PT field display typesJoão Valverde1-0/+4
2016-01-09Get rid of trailing white space.Guy Harris1-1/+1
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-35/+287
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde1-12/+12
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris1-20/+20