aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wbxml.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-10Re-generate value_string array for MIBenum mapping char set names from latest...Bill Meier1-74/+74
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-14convert g_strdup_printf() to ep_strdup_printf()Michael Mann1-43/+39
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-08From Stefan Hoffmeister:Anders Broman1-234/+523
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-7/+4
2010-11-04Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1/+2
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-11/+14
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-48/+48
2009-11-09Removed an unused assignment.Stig Bjørlykke1-1/+1
2009-10-25From Jakub Zawadzki:Anders Broman1-4/+2
2009-08-05Fix for bug 3811:Jaap Keuter1-0/+6