aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-5/+27
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-04-05Display numeric fields in their base display type for columns.Michael Mann1-2/+2
2017-04-01Provide better error messages for field type mismatches.Guy Harris1-6/+18
2017-03-29Add ENC_TIME_MSEC_NTP and use it in packet-gtpv2.cAndersBroman1-4/+20
2017-03-29Print signed values with %d, not %u.Guy Harris1-1/+1
2017-03-28Fix up time encodings.Guy Harris1-77/+245
2017-03-26Don't speak of RTPS time_t as an "NTP" time.Guy Harris1-10/+11
2017-03-26Add ENC_TIME_TIMEVAL and use it for gsmtap.Guy Harris1-21/+40
2017-03-24proto: fix this condition has identical branches [-Werror=duplicated-branches...Alexis La Goutte1-4/+1
2017-03-20proto(.c): remove unused check and fix indent..Alexis La Goutte1-6/+1
2017-03-09proto: Check for empty protocol->fieldsStig Bjørlykke1-1/+1
2017-03-02include <wsutil/glib-compat.h> to allow use of g_list_free_full() withAndersBroman1-0/+1
2017-02-20Add some glib functions not available in older glibsAndersBroman1-5/+0
2017-02-18proto: ensure that length is set for proto_tree_add_item_new_ret_lengthPeter Wu1-1/+8
2017-02-16g_slist_free_full requires glib 2.28AndersBroman1-0/+5
2017-02-12Fix compilation without plugins.Jakub Zawadzki1-6/+9
2017-02-08proto: destroy list on cleanup.Dario Lombardo1-3/+22
2017-02-01proto: free memory on cleanup.Dario Lombardo1-5/+6
2017-01-31format_text_wmem -> format_textMichael Mann1-2/+2
2017-01-31Have hfinfo_format_text use format_text_wmem.Michael Mann1-7/+10
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+4
2016-12-31Add interface for "pinos" (Protocols in name only)Michael Mann1-4/+122
2016-12-30Add BASE_NO_DISPLAY_VALUE to allow field value to not be shown.Michael Mann1-11/+15
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+6
2016-12-23make proto_tree_add_bitmask_value_with_flags() work for tvb==NULLMartin Kaiser1-1/+3
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann1-61/+178
2016-11-22extract common logic of proto_item_set_len/proto_item_set_endDmitry Lazurkin1-18/+17
2016-11-21Fix -1 lengths in proto_tree_add_item_ret_string_and_length().Etienne Dechamps1-1/+1
2016-11-20proto_item_set_end() should set the FT_BYTES value length as well.Guy Harris1-1/+11
2016-11-02proto: Decode negative values in a bitmask fieldThomas Wiens1-12/+114
2016-10-31bitmask: add missing break statementThomas Wiens1-0/+1
2016-10-30Don't use proto_tree_add_{uint,uint64}() to add signed integer values.Guy Harris1-8/+13
2016-09-29proto.c use g_list_prepend when adding heuristic dissectors and plugins.AndersBroman1-2/+2
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