obnox/wireshark/wip.git
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...
2011-04-20 cmaynardFrom Vladimir Kazansky via bug 5849: Fix msisdn_to_str...
2011-04-19 sfisherFrom Georg Mueller via bug #5851: Add not handled IDs...
2011-04-19 jmayerCID 1161: Not really used variable
2011-04-19 jmayerCID 1162: Not really used variable
2011-04-19 sfisherFrom Cecco via bug #5605: bug on gtk wireshark telephon...
2011-04-19 geraldExplicitly add /GS to CFLAGS and /SafeSEH & /FIXED...
2011-04-19 wmeierAdd Xiao Xiangquan to the AUTHORS file ....
2011-04-19 wmeierWhitespace cleanup; Remove an uneeded col_clear().
2011-04-19 sfisherThis file had an identical copy appended to the end...
2011-04-19 etxrabReplace the capture filter deprecated gtk_combo_new...
2011-04-19 wmeierSet svn:eol-style & svn:keywords properties
2011-04-19 alagoutteFrom Xiao Xiangquan via https://bugs.wireshark.org...
2011-04-19 alagoutteFrom Xiao Xiangquan via https://bugs.wireshark.org...
2011-04-19 tuexenUnbreak live capture using pcapng.
2011-04-19 stigFrom Michael Mann via bug 2794:
2011-04-18 cmaynardWrap actual_len inside #ifdef DEBUG_K12 to avoid gcc...
2011-04-18 geraldWe don't have any preferences, so remove the prefs...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-18 alagoutteFix 100(!) Dead Store (Dead assignement/Dead increment...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-18 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-18 stigRemoved some unneeded assignments.
2011-04-18 stigMake it build.
2011-04-18 etxrabStart merging from packet-pdcp-lte.c
2011-04-18 cmaynardUpdate Motonori Shindo's email address at the author...
2011-04-17 martinmRetire a preference that can be always on now.
2011-04-17 martinmAllow signaling protocol (e.g. RRC) to set number of...
2011-04-17 tuexenDecode the SI value in DATA messages correclty.
2011-04-17 stigOne more unused argument.
next