aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Add new plugin type for libwiresharkJoão Valverde1-2/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-3/+10
2017-11-22Add Zigbee encoding, ENC_ZIGBEEMichael Mann1-0/+2
2017-11-19dissect_uleb128 -> tvb_get_varint/proto_tree_add_item_ret_lengthMichael Mann1-0/+3
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-3/+3
2017-10-15Add support for BASE_OUIMichael Mann1-1/+5
2017-10-10Change FI_VARINT to account for FI_BITS_XXX flagsMichael Mann1-2/+2
2017-10-09Add ENC_VARINT_PROTOBUFMichael Mann1-0/+8
2017-10-08proto(.h): fix indent (use spaces)Alexis La Goutte1-2/+2
2017-09-24Move DISSECTOR_ASSERT_FIELD_TYPE_IS_TIME after __DISSECTOR_ASSERT_FIELD_TYPE_...Guy Harris1-7/+7
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+1
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-0/+2
2017-04-28Add proto_tree_add_item_ret_boolean().Guy Harris1-1/+8
2017-04-26Add proto_tree_add_item_ret_uint64Michael Mann1-0/+4
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-1/+1
2017-04-12No need to include <epan/packet.h> in <epan/ftypes/ftypes-int.h>.Guy Harris1-1/+1
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-0/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-4/+5
2017-04-01FT_CHAR is an integral type, so list it in the diagnostic message.Guy Harris1-1/+1
2017-03-31Fix typo.Guy Harris1-1/+1
2017-03-29Add ENC_TIME_MSEC_NTP and use it in packet-gtpv2.cAndersBroman1-0/+4
2017-03-28Fix up time encodings.Guy Harris1-20/+35
2017-03-26Don't speak of RTPS time_t as an "NTP" time.Guy Harris1-9/+12
2017-03-26Add ENC_TIME_TIMEVAL and use it for gsmtap.Guy Harris1-5/+33
2017-03-17[proto.h] Make proto_tree_add_split_bits_item_ret_val() usable fromAndersBroman1-3/+3
2017-03-15Lua: Merge sep and str tables into baseStig Bjørlykke1-1/+0
2016-12-31Add interface for "pinos" (Protocols in name only)Michael Mann1-1/+23
2016-12-30Add BASE_NO_DISPLAY_VALUE to allow field value to not be shown.Michael Mann1-5/+7
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+4
2016-12-20Lua: Add string types and byte seperators support.Stig Bjørlykke1-2/+3
2016-12-19Lua: Include all BASE_PT_* to base table.Stig Bjørlykke1-0/+4
2016-12-13Adjust proto_tree_add_[float|double]_format_value calls to use unit stringMichael Mann1-0/+3
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann1-0/+1
2016-12-12Fix handling of EBCDIC string fields.Guy Harris1-0/+1
2016-10-24Parenthesize HFILL_INIT macro properlyJoão Valverde1-5/+5
2016-10-22Add T.61 character set supportPascal Quantin1-0/+1
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-3/+3
2016-09-27[proto.c] Add proto_find_first_finfo() to find first occurance of a field.AndersBroman1-0/+8
2016-09-13Fix indentation.Guy Harris1-1/+1
2016-09-01uat: clarify documentationPeter Wu1-1/+1
2016-08-05Add PI_DEPRECATED expert info groupJoão Valverde1-0/+2
2016-07-21Add proto_tree_add_checksum.Michael Mann1-0/+43
2016-06-23Fix "disable this protocol by default".Guy Harris1-0/+4
2016-06-15Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss1-1/+2
2016-06-14proto(.h): fix '@return' command used in a comment that is attached to a func...Alexis La Goutte1-2/+1
2016-06-13Add proto_tree_add_bitmask_list_value.Michael Mann1-0/+18
2016-06-05Clean up white space.Guy Harris1-17/+17
2016-05-31Remove proto_item_append_string.Michael Mann1-20/+0
2016-05-26Update the comments/warnings about using proto_tree_append_string().Jeff Morriss1-5/+5