aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wbxml.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-7/+4
2010-11-04Use value_string_ext fcns to access certain value_string arrays;wmeier1-1/+2
2010-11-03Use value_string_ext fcns to access certain value_string arrays;wmeier1-11/+14
2010-01-26Fix some gcc -Wshadow warningswmeier1-48/+48
2009-11-09Removed an unused assignment.stig1-1/+1
2009-10-25From Jakub Zawadzki:etxrab1-4/+2
2009-08-05Fix for bug 3811:jake1-0/+6
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier1-1/+1
2008-08-11From Darryl Champagne:etxrab1-0/+578
2008-06-27If we find an invalid version number, at least put something into theguy1-2/+7
2008-06-27Fix some checkAPIs warnings.gerald1-1/+1
2008-04-09Remove:etxrab1-3/+0
2008-02-07Removed some "statement not reached" warnings.stig1-2/+0
2007-12-15Get rid of another non-ASCII character.guy1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-11-26Get rid of C++/C99 style comments--not all compilers support themmorriss1-146/+146
2007-10-05From Andrei Rubaniuk:stig1-1483/+2585
2007-03-26From Sebastien Tandel sahlberg1-82/+87
2006-10-25From Stephen Fisherjake1-1/+1
2006-10-16Make sure a value is non-null before we feed it to strcmp(). Fixes buggerald1-56/+56
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.obiot1-3/+2
2005-09-22bugfix: don't crash, if tag_save_literal == NULLulfl1-2/+2
2005-08-20sprintf removalssahlberg1-4/+7
2005-08-02Fix more "no previous declaration" warningsjmayer1-18/+18
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-06-02bugfix: don't use match_strval() in combination with format strings (as it ma...ulfl1-5/+5
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+6731