obnox/wireshark/wip.git
2011-04-22 morrissAvoid passing a NULL string pointer to format routines...
2011-04-22 sfisherFix various warnings found by clang 3.0 (trunk 129935...
2011-04-22 morrissAs suggested by Jakub Zawadzki:
2011-04-22 sfisherFix warning about using wrong enum that is probably...
2011-04-22 sfisherFix a "equality comparison with extraneous parentheses...
2011-04-22 sfisherFix a "equality comparison with extraneous parentheses...
2011-04-22 sfisherUse _U_ for unused function parameters instead of assig...
2011-04-22 sfisherFix a few "equality comparison with extraneous parenthe...
2011-04-22 sfisherUse _U_ for unused function parameters instead of assig...
2011-04-22 sfisherChange enum type in struct to an int to allow different...
2011-04-22 sfisherFix whitespace a bit and add field names from doc/READM...
2011-04-22 guyAssume the tags are mallocated, so they're properly...
2011-04-22 sfisherRemove enum cast that doesn't do anything and causes...
2011-04-22 sfisherFound by clang 3.0 (built from trunk): various implicit...
2011-04-22 sfisherUse _U_ for unused function parameters instead of assig...
2011-04-22 morrissIf we're using GNUC, use attribute warn_unused_result...
2011-04-22 morrissUse the return value of proto_item_add_subtree(): put...
2011-04-22 morrissDon't create subtrees that are not used (and don't...
2011-04-22 morrissDon't assume that a proto_item is equivalent to a proto...
2011-04-22 morrissDon't create a subtree that is not used.
2011-04-22 morrissUse the return value of proto_item_add_subtree()
2011-04-22 morrissDon't assume that a proto_item is equivalent to a proto...
2011-04-22 morrissDon't create a subtree that is not used.
2011-04-22 morrissUse the return value of proto_item_add_subtree()
2011-04-22 alagoutteEnhance BT-UTP dissector:
2011-04-22 alagoutteFix (latest) Dead Store (Dead nested assignment) Warnin...
2011-04-22 alagoutteFrom wireshark.org/lists/wireshark-dev/201104/msg00231...
2011-04-22 darkjamesCleanup emem_verify_pointer()
2011-04-22 guyAdd some casts to squelch complaints about alignment...
2011-04-22 darkjamesRemove invalid svn:executable property
2011-04-22 darkjamesAdd return instructions for system without support...
2011-04-22 guyWe deal with pointer alignment ourselves, so we ensure...
2011-04-22 guyEither the buf argument to emem_scrub_memory() is prope...
2011-04-22 guyep_alloc() returns a properly-aligned value for all...
2011-04-22 guyStuff that comes back from ep_alloc() is properly align...
2011-04-22 guyCast away bogus warnings. (I begin to see why C++...
2011-04-22 guy*Properly* get rid of bogus cast.
2011-04-22 guy"guint8 *" means "pointer to array of bytes that may...
2011-04-22 guyCast away alignment warnings about pointers where we...
2011-04-22 guyCast away warnings about "struct sockaddr" -> "struct...
2011-04-22 guyMake all the fields in the various structures just...
2011-04-21 wmeierRemove unneeded #include <errno>,<math>,<ctype> & ...
2011-04-21 wmeierAdd #include <ctype.h> before #include "isprint.h";
2011-04-21 morrissAvoid passing a NULL string pointer to format routines...
2011-04-21 wmeier#include <errno.h> & #include <math.h> not req'd;
2011-04-21 wmeierRemove unneeded #include <ctype.h> and "isprint.h";
2011-04-21 wmeierRemove some unneeded #includes;
2011-04-21 wmeierRemove some uneeded #includes;
2011-04-21 stigRemoved some unneeded variables with initialization.
2011-04-21 stigRemoved some unneeded assignments.
2011-04-21 morrissFrom Stefan Metzmacher and Gregor Beck via https:/...
2011-04-21 guyIn a dump_open routine, you don't need to seek to the...
2011-04-21 morrissAvoid passing a NULL string pointer to format routines...
2011-04-21 guyIn file_wrappers.c, explicitly set err_info to null...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteOups
2011-04-21 etxrabInclude time.h as compilation might fail with old gilb...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteRemove is_continuation_line variable (Unused for 3...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 stigInclude config.h only from .c files.
2011-04-21 etxrabRevert the previous commit, I was confused :-)
2011-04-21 darkjamesAdd missing code to handle fields with an extended...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-21 etxrabAdd a cast as there seems to be a problem on some sytems
2011-04-21 etxrab"Upgrade" gtk_combo to 'E'.
2011-04-21 darkjamesFix ep_check_canary_integrity to use proper variable.
2011-04-20 guyAlways check whether NEXT() failed - and rename it...
2011-04-20 martinmSimplify the test in a loop.
2011-04-20 wmeierAdd code to dissect "original uTP header format"
2011-04-20 etxrabReplace the capture interface deprecated gtk_combo_new...
2011-04-20 cmaynardUse [hi|lo]_nibble macros, leave room in str[] for...
2011-04-20 guySigh. The "data" element of a GArray is, alas, a ...
2011-04-20 guypntohll() takes a guint8 * as an argument; there's...
2011-04-20 wmeier- New-style dissectors need to always return "bytes...
2011-04-20 geraldAdd Makefile.common to the dependency list for register.c.
2011-04-20 wmeierFix a typo in a text string; use consistent indentation.
2011-04-20 martinmProperly (re)initialise structs used for keeping track...
2011-04-20 guyOh, dear, autoconf thinks clang is GCC, because it...
2011-04-20 guyBy default, clang only warns about unknown -W options...
2011-04-20 guyInstead of having GCC and CLANG variables, just have
2011-04-20 cmaynardOnly add /SafeSEH to LDFLAGS if WIRESHARK_TARGET_PLATFO...
2011-04-20 guyFirst cut at support for clang. We may want to have...
2011-04-20 cmaynardAdded Vladimir Kazansky for his contribution to bug...
next