aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-10Do bounds checking of the offset and length in proto_tree_add_string().Guy Harris1-0/+16
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-0/+1
2018-05-28Indicate *which* field would go past the MAX_TREE_ITEMS limit.Guy Harris1-3/+6
2018-05-23Creat protocol tvbuff before allocating and freeing memory.Guy Harris1-1/+7
2018-05-22proto: add handle of NTP bit 0Joakim Karlsson1-19/+57
2018-05-18proto.c: do not dereference a NULL pointer in proto_item_get_len() on first passPascal Quantin1-1/+5
2018-05-14Free g_ptr_array_free-related memory leaksPeter Wu1-2/+2
2018-05-14Display configured checksum Expert summary stringDylan Ulis1-2/+2
2018-05-14proto: handle split bits covering more than 32 bitsPeter Wu1-3/+11
2018-05-09proto: don't overrun buffer.Dario Lombardo1-1/+1
2018-05-07Refer to the bytes of the real checksum field if the checksum is missing or g...Joerg Mayer1-11/+11
2018-04-26Qt: fix crash on dragging in packet dialogPeter Wu1-3/+1
2018-04-19tshark: improve -G elastic-mapping command by adding filters.Dario Lombardo1-5/+35
2018-04-19proto: use json_node_free instead of json_node_unref.Dario Lombardo1-1/+1
2018-04-18tshark: add -G elastic-mapping report.Dario Lombardo1-0/+204
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-46/+48
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-13/+9
2018-04-06Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM.Guy Harris1-1/+1
2018-03-25Clean up REPORT_DISSECTOR_BUG().Guy Harris1-80/+84
2018-03-25Fix whitespace.Guy Harris1-9/+9
2018-03-25Give a better error message.Guy Harris1-1/+3
2018-02-28Fix a check.Guy Harris1-1/+2
2018-02-25proto(.c): remove extra bracketAlexis La Goutte1-1/+1
2018-02-21Make some arguments const, and remove casting-away of constness.Guy Harris1-9/+9
2018-02-20FT_FLOAT and FT_DOUBLE support BASE_UNIT_STRING, too.Guy Harris1-3/+30
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Increase PROTO_PRE_ALLOC_HF_FIELDS_MEMGraham Bloice1-1/+1
2018-01-24Add duplicate value_string in check filterMichael Mann1-4/+4
2018-01-09proto: Small code cleanup in proto_register_protocolStig Bjørlykke1-21/+18
2018-01-09Increase PROTO_PRE_ALLOC_HF_FIELDS_MEMGraham Bloice1-1/+1
2018-01-02Add ENC_VARINT_QUICAlexis La Goutte1-11/+32
2017-12-19Convert Enabled protocols dialog to use model.Michael Mann1-0/+3
2017-12-18-1 is a valid tree_type value.Gerald Combs1-13/+4
2017-12-15epan: Add default type handling for custom columnStig Bjørlykke1-23/+8
2017-12-15epan: Whitespace fixesStig Bjørlykke1-65/+50
2017-12-14Add new plugin type for libwiresharkJoão Valverde1-4/+8
2017-12-14Refactor plugin registration and loadingJoão Valverde1-84/+20
2017-12-13epan: Show a check mark in custom columns for FT_NONE typesStig Bjørlykke1-8/+1
2017-12-12epan: Use check mark in protocol custom columnStig Bjørlykke1-2/+3
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