Refactor plugin registration and loading
[metze/wireshark/wip.git] / epan / proto.c
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-12-13 Stig Bjørlykkeepan: Show a check mark in custom columns for FT_NONE...
2017-12-12 Stig Bjørlykkeepan: Use check mark in protocol custom column
2017-11-22 Michael MannAdd Zigbee encoding, ENC_ZIGBEE
2017-11-08 Pascal Quantinproto.c: fix field display test in hfinfo_number_value_...
2017-11-06 Guy HarrisFix white space.
2017-11-05 João ValverdeRemove epan win32 x86 assembly
2017-10-30 Guy HarrisMake FT_IPv4 a bit more like FT_IPv6.
2017-10-30 Guy HarrisGet rid of ipv4_get_net_order_addr() and ipv4_get_host_...
2017-10-28 Guy HarrisMOAR PRE-ALLOCATED FIELDS.
2017-10-26 Pascal Quantinproto.c: do not set an item length longer that the...
2017-10-26 Pascal Quantinproto.c: protect against buffer overflow in proto_find_...
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-10-15 Michael MannAdd support for BASE_OUI
2017-10-13 Michael MannAdd ptvcursor APIs that return the values it retrieves
2017-10-09 Michael MannAdd ENC_VARINT_PROTOBUF
2017-09-26 João ValverdeMove some DIAG_OFFs to make code less ugly
2017-09-24 Guy HarrisReplace DISSECTOR_ASSERT(hfinfo->type == FT_STRING...
2017-09-14 Michael MannAllow distinction between bitmasked 32bit and 64bit...
2017-08-04 Pascal Quantinproto.c: fix use of proto_tree_add_text(_valist)_intern...
2017-07-10 Christoph WurmFix missing geninfo in PDML export.
2017-06-18 Guy HarrisRevert "Temporary debugging hack, the sequel - fewer...
2017-06-18 Guy HarrisTemporary debugging hack, the sequel - fewer printouts...
2017-06-17 Guy HarrisRevert "Temporary hack to try to debug tshark -G values...
2017-06-17 Guy HarrisTemporary hack to try to debug tshark -G values crash...
2017-06-17 Guy HarrisClean up whitespace.
2017-05-28 Jim YoungFixup support of BASE_UNIT_STRING for 64 bit based...
2017-05-28 Michael Mannproto_tree_add_bytes_format[_value] can handle NULL...
2017-05-28 Alexis La Goutteproto.c : fix indent
2017-05-25 Michael MannSimplify proto_tree_add_bytes_format[_value]
2017-05-14 Michael MannAdd unit_name_string_get_double to handle float/double...
2017-05-12 Martin KaiserFix header field info checks for FT_UINT_BYTES.
2017-05-09 Graham BloiceMore fields, more pre-allocated memory for fields.
2017-04-28 Guy HarrisAdd proto_tree_add_item_ret_boolean().
2017-04-26 Michael MannAdd proto_tree_add_item_ret_uint64
2017-04-18 Guy HarrisRename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-04-10 Alexis La GoutteAdd support for BASE_VALS_NO_UNKNOWN
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-04-05 Michael MannDisplay numeric fields in their base display type for...
2017-04-01 Guy HarrisProvide better error messages for field type mismatches.
2017-03-29 AndersBromanAdd ENC_TIME_MSEC_NTP and use it in packet-gtpv2.c
2017-03-29 Guy HarrisPrint signed values with %d, not %u.
2017-03-28 Guy HarrisFix up time encodings.
2017-03-26 Guy HarrisDon't speak of RTPS time_t as an "NTP" time.
2017-03-26 Guy HarrisAdd ENC_TIME_TIMEVAL and use it for gsmtap.
2017-03-24 Alexis La Goutteproto: fix this condition has identical branches [...
2017-03-20 Alexis La Goutteproto(.c): remove unused check and fix indent..
2017-03-09 Stig Bjørlykkeproto: Check for empty protocol->fields
2017-03-02 AndersBromaninclude <wsutil/glib-compat.h> to allow use of g_list_f...
2017-02-20 AndersBromanAdd some glib functions not available in older glibs
2017-02-18 Peter Wuproto: ensure that length is set for proto_tree_add_ite...
2017-02-16 AndersBromang_slist_free_full requires glib 2.28
2017-02-12 Jakub ZawadzkiFix compilation without plugins.
2017-02-08 Dario Lombardoproto: destroy list on cleanup.
2017-02-01 Dario Lombardoproto: free memory on cleanup.
2017-01-31 Michael Mannformat_text_wmem -> format_text
2017-01-31 Michael MannHave hfinfo_format_text use format_text_wmem.
2017-01-30 Michael MannHave format_text_wsp use wmem allocated memory.
2016-12-31 Michael MannAdd interface for "pinos" (Protocols in name only)
2016-12-30 Michael MannAdd BASE_NO_DISPLAY_VALUE to allow field value to not...
2016-12-24 Michael MannAdd enabled protocol list for dissectors who are disabl...
2016-12-23 Martin Kaisermake proto_tree_add_bitmask_value_with_flags() work...
2016-12-13 Michael MannAdd support for adding unit names to hf_ fields.
2016-11-22 Dmitry Lazurkinextract common logic of proto_item_set_len/proto_item_s...
2016-11-21 Etienne DechampsFix -1 lengths in proto_tree_add_item_ret_string_and_le...
2016-11-20 Guy Harrisproto_item_set_end() should set the FT_BYTES value...
2016-11-02 Thomas Wiensproto: Decode negative values in a bitmask field
2016-10-31 Thomas Wiensbitmask: add missing break statement
2016-10-30 Guy HarrisDon't use proto_tree_add_{uint,uint64}() to add signed...
2016-09-29 AndersBromanproto.c use g_list_prepend when adding heuristic dissec...
2016-09-28 Pascal Quantinproto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_w...
2016-09-27 AndersBroman[proto.c] proto_all_finfos(), pre-allocate array to...
2016-09-27 AndersBroman[proto.c] Add proto_find_first_finfo() to find first...
2016-09-22 Pascal Quantinproto.c: avoid dereferencing a NULL pointer
2016-09-22 AndersBroman[proto.c] As we know the size of the hf array use g_ptr...
2016-09-19 Guy HarrisImprove support for single-character fields and filter...
2016-08-31 Guy HarrisOK, it probably crashed in proto_initialize_all_prefixes().
2016-08-31 Guy HarrisCrashing in proto_initialize_all_prefixes()? Debugging...
2016-08-23 Guy HarrisMore fields, more pre-allocated memory for fields.
2016-08-07 Michael MannAllow up to 64-bit values to use BASE_RANGE_STRING.
2016-07-27 Michael MannFollow up for proto_tree_add_checksum.
2016-07-26 Michael MannFix some of the checkAPIs.pl warnings for g_warning.
2016-07-26 Pascal Quantinproto.c: add bounds check to proto_tree_add_text(_valis...
2016-07-25 Michael MannFix checkAPI.pl warnings about printf
2016-07-21 Michael MannAdd proto_tree_add_checksum.
2016-07-20 Jeff MorrissAllow BASE_NONE (with strings conversion) for integral...
2016-07-17 Michael MannFix printf style parameters complaints from VS Code...
2016-07-14 Michael Mannproto.c: Unsigned fields should use %u within printf.
2016-07-02 Pascal Quantinproto.c: allow calling get_hfi_length() with a 0 byte...
2016-06-23 Guy HarrisFix "disable this protocol by default".
2016-06-22 Michael MannMove AT_VINES address type to VINES dissector.
2016-06-15 Pascal Quantinproto.c: allow calling proto_item_add_bitmask_tree...
2016-06-13 Michael MannAdd proto_tree_add_bitmask_list_value.
2016-06-07 Jens KilianDon't sign extend unsigned integer fields larger than...
2016-05-31 Michael MannRemove proto_item_append_string.
2016-05-26 Jeff MorrissUpdate the comments/warnings about using proto_tree_app...
2016-05-10 Michael MannHave fvalue_to_string_repr always return an (wmem)...
2016-05-10 Michael Mannrawshark: Get "field string values" from existing funct...
2016-05-10 Michael MannDynamically allocate the string for representing FT_IEE...
next