aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wbxml.c
AgeCommit message (Expand)AuthorFilesLines
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