aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wbxml.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-21Add Clang-Tidy suppressions to various dissectorsGerald Combs1-0/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-41/+41
2023-10-16Make `grep proto_register_protocol` more usefulGerald Combs1-5/+1
2023-09-29Fix WBXML nested tag indentationSaagar Jha1-4/+3
2023-09-15Check whether value_string labels spuriously differ in capitalisationMartin Mathieson1-1/+1
2023-08-21Better detection of value_string conflicts, and some fixesMartin Mathieson1-1/+0
2023-05-12WBXML: Ensure the time zone character is valid UTF-8John Thacker1-2/+2
2022-11-05wbxml: Fix encodingJohn Thacker1-19/+24
2022-10-14WBXML: Replace tvb_get_const_stringz()João Valverde1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-14/+14
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-66/+66
2020-09-24More dissector spelling fixes.Martin Mathieson1-1/+1
2020-04-15epan: Add p_[gs]et_proto_depth.Gerald Combs1-71/+78
2018-05-16wbxml: fix issue found by PVS Studio (V1001)Alexis La Goutte1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-14WBXML: Fix some more potential infinite loops.Michael Mann1-5/+11
2017-04-04wbxml: don't THROW() an exception from a dissectorMartin Kaiser1-19/+8
2017-04-01Don't add an FT_UINT32 with proto_tree_add_none_format().Guy Harris1-1/+1
2017-03-12packet-wbxml.c: Fix potential infinite loopsMichael Mann1-25/+55
2017-01-31format_text_wmem -> format_textMichael Mann1-1/+1
2017-01-31Add format_text_wmem.Michael Mann1-1/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+2
2016-08-18xbxml: restore removed line.Dario Lombardo1-1/+2
2016-07-26WBXML: limit the recursion levelPascal Quantin1-1/+7
2016-07-26WAP: check that tvb_get_guintvar does not overflowPascal Quantin1-65/+67
2016-05-08Remove the MIBenum stuff from the WAP code.Guy Harris1-3/+4
2016-05-08Show MIBenum values for character sets as decimal.Guy Harris1-1/+1
2016-05-08Handle the encoding when displaying the string table.Guy Harris1-18/+21
2016-05-08The tabulation is specified by the stuff at the end.Guy Harris1-2/+0
2016-05-08Show the string table a bit better.Guy Harris1-21/+41
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-31Don't cast away constness.Guy Harris1-33/+33
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-6/+8
2015-08-10Eliminate proto_tree_add_text from packet-wbxml.cMichael Mann1-1236/+756
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-1/+1
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-3/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-3/+2
2013-12-14Fix const warnings.Jakub Zawadzki1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-12emem -> wmemJörg Mayer1-41/+41
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1