aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Add Zigbee encoding, ENC_ZIGBEEMichael Mann1-14/+21
2017-11-08proto.c: fix field display test in hfinfo_number_value_format_display64()Pascal Quantin1-21/+21
2017-11-06Fix white space.Guy Harris1-1/+1
2017-11-05Remove epan win32 x86 assemblyJoão Valverde1-30/+22
2017-10-30Make FT_IPv4 a bit more like FT_IPv6.Guy Harris1-11/+7
2017-10-30Get rid of ipv4_get_net_order_addr() and ipv4_get_host_order_addr().Guy Harris1-2/+2
2017-10-28MOAR PRE-ALLOCATED FIELDS.Guy Harris1-1/+1
2017-10-26proto.c: do not set an item length longer that the remaining tvb lengthPascal Quantin1-3/+9
2017-10-26proto.c: protect against buffer overflow in proto_find_undecoded_data()Pascal Quantin1-6/+12
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-6/+6
2017-10-15Add support for BASE_OUIMichael Mann1-0/+46
2017-10-13Add ptvcursor APIs that return the values it retrievesMichael Mann1-24/+253
2017-10-09Add ENC_VARINT_PROTOBUFMichael Mann1-41/+333
2017-09-26Move some DIAG_OFFs to make code less uglyJoão Valverde1-4/+2
2017-09-24Replace DISSECTOR_ASSERT(hfinfo->type == FT_STRING) with DISSECTOR_ASSERT_FIE...Guy Harris1-1/+1
2017-09-14Allow distinction between bitmasked 32bit and 64bit unsigned integers in prot...Michael Mann1-1/+1
2017-08-04proto.c: fix use of proto_tree_add_text(_valist)_internal() with length = -1Pascal Quantin1-10/+6
2017-07-10Fix missing geninfo in PDML export.Christoph Wurm1-2/+5
2017-06-18Revert "Temporary debugging hack, the sequel - fewer printouts, flush before ...Guy Harris1-2/+0
2017-06-18Temporary debugging hack, the sequel - fewer printouts, flush before crash.Guy Harris1-0/+2
2017-06-17Revert "Temporary hack to try to debug tshark -G values crash on 32-bit Windo...Guy Harris1-2/+0
2017-06-17Temporary hack to try to debug tshark -G values crash on 32-bit Windows.Guy Harris1-0/+2
2017-06-17Clean up whitespace.Guy Harris1-3/+3
2017-05-28Fixup support of BASE_UNIT_STRING for 64 bit based integer fieldsJim Young1-5/+11
2017-05-28proto_tree_add_bytes_format[_value] can handle NULL treesMichael Mann1-1/+10
2017-05-28proto.c : fix indentAlexis La Goutte1-2/+1
2017-05-25Simplify proto_tree_add_bytes_format[_value]Michael Mann1-30/+6
2017-05-14Add unit_name_string_get_double to handle float/double fieldsMichael Mann1-4/+4
2017-05-12Fix header field info checks for FT_UINT_BYTES.Martin Kaiser1-0/+1
2017-05-09More fields, more pre-allocated memory for fields.Graham Bloice1-1/+1
2017-04-28Add proto_tree_add_item_ret_boolean().Guy Harris1-1/+51
2017-04-26Add proto_tree_add_item_ret_uint64Michael Mann1-0/+52
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-3/+3
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