aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wbxml.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-08-11From Darryl Champagne:Anders Broman1-0/+578
2008-06-27If we find an invalid version number, at least put something into theGuy Harris1-2/+7
2008-06-27Fix some checkAPIs warnings.Gerald Combs1-1/+1
2008-04-09Remove:Anders Broman1-3/+0
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-2/+0
2007-12-15Get rid of another non-ASCII character.Guy Harris1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-146/+146
2007-10-05From Andrei Rubaniuk:Stig Bjørlykke1-1483/+2585
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-82/+87
2006-10-25From Stephen FisherJaap Keuter1-1/+1
2006-10-16Make sure a value is non-null before we feed it to strcmp(). Fixes bugGerald Combs1-56/+56
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot1-3/+2
2005-09-22bugfix: don't crash, if tag_save_literal == NULLUlf Lamping1-2/+2
2005-08-20sprintf removalsRonnie Sahlberg1-4/+7
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-18/+18
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-06-02bugfix: don't use match_strval() in combination with format strings (as it ma...Ulf Lamping1-5/+5
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+6731