metze/wireshark/wip.git
2011-04-25 Guy HarrisStore the frame_data structures in a tree, rather than...
2011-04-25 Stephen FisherCast away some clang errors about cast alignments that...
2011-04-25 Stephen FisherFix clang error ("increases requird alignment from...
2011-04-25 Guy HarrisMake the packet count an unsigned value, as frame numbe...
2011-04-25 Jeff MorrissFrom Loránd Jakab via https://bugs.wireshark.org/bugzil...
2011-04-25 Jeff MorrissFrom Joakim Wiberg via https://bugs.wireshark.org/bugzi...
2011-04-24 Jakub ZawadzkiPacket editing:
2011-04-24 Jakub ZawadzkiAllocate space for epan_dissect_t inside struct.
2011-04-24 Jakub ZawadzkiInitial support for editing packets inside wireshark.
2011-04-24 Jörg MayerFix CID 813: Code after ERROR is dead code (never reached)
2011-04-24 Guy Harrisnew_packet_list_find_row_from_data() is always used...
2011-04-24 Guy HarrisMake the interface combo box an entry, so you can type...
2011-04-24 Guy Harrisgtk_combo_box_new_text() returns a GtkComboBox, and...
2011-04-24 Gerald Combs[Automatic manuf, services and enterprise-numbers updat...
2011-04-23 Guy HarrisBack out previous change - I guess the Solaris buildbot...
2011-04-23 Guy HarrisTry putting the include of config.h at the top of the...
2011-04-23 Jeff MorrissRename g_gnuc_malloc.h to g_gnuc.h
2011-04-23 Stig BjørlykkeCheck if changing to another profile in change_configur...
2011-04-23 Jakub ZawadzkiUse orginal nsstime_t structures (without copying).
2011-04-22 Stephen FisherDon't pass -fexcess-precision=fast to clang like we...
2011-04-22 Jeff MorrissAvoid passing a NULL string pointer to format routines...
2011-04-22 Stephen FisherFix various warnings found by clang 3.0 (trunk 129935...
2011-04-22 Jeff MorrissAs suggested by Jakub Zawadzki:
2011-04-22 Stephen FisherFix warning about using wrong enum that is probably...
2011-04-22 Stephen FisherFix a "equality comparison with extraneous parentheses...
2011-04-22 Stephen FisherFix a "equality comparison with extraneous parentheses...
2011-04-22 Stephen FisherUse _U_ for unused function parameters instead of assig...
2011-04-22 Stephen FisherFix a few "equality comparison with extraneous parenthe...
2011-04-22 Stephen FisherUse _U_ for unused function parameters instead of assig...
2011-04-22 Stephen FisherChange enum type in struct to an int to allow different...
2011-04-22 Stephen FisherFix whitespace a bit and add field names from doc/READM...
2011-04-22 Guy HarrisAssume the tags are mallocated, so they're properly...
2011-04-22 Stephen FisherRemove enum cast that doesn't do anything and causes...
2011-04-22 Stephen FisherFound by clang 3.0 (built from trunk): various implicit...
2011-04-22 Stephen FisherUse _U_ for unused function parameters instead of assig...
2011-04-22 Jeff MorrissIf we're using GNUC, use attribute warn_unused_result...
2011-04-22 Jeff MorrissUse the return value of proto_item_add_subtree(): put...
2011-04-22 Jeff MorrissDon't create subtrees that are not used (and don't...
2011-04-22 Jeff MorrissDon't assume that a proto_item is equivalent to a proto...
2011-04-22 Jeff MorrissDon't create a subtree that is not used.
2011-04-22 Jeff MorrissUse the return value of proto_item_add_subtree()
2011-04-22 Jeff MorrissDon't assume that a proto_item is equivalent to a proto...
2011-04-22 Jeff MorrissDon't create a subtree that is not used.
2011-04-22 Jeff MorrissUse the return value of proto_item_add_subtree()
2011-04-22 Alexis La GoutteEnhance BT-UTP dissector:
2011-04-22 Alexis La GoutteFix (latest) Dead Store (Dead nested assignment) Warnin...
2011-04-22 Alexis La GoutteFrom wireshark.org/lists/wireshark-dev/201104/msg00231...
2011-04-22 Jakub ZawadzkiCleanup emem_verify_pointer()
2011-04-22 Guy HarrisAdd some casts to squelch complaints about alignment...
2011-04-22 Jakub ZawadzkiRemove invalid svn:executable property
2011-04-22 Jakub ZawadzkiAdd return instructions for system without support...
2011-04-22 Guy HarrisWe deal with pointer alignment ourselves, so we ensure...
2011-04-22 Guy HarrisEither the buf argument to emem_scrub_memory() is prope...
2011-04-22 Guy Harrisep_alloc() returns a properly-aligned value for all...
2011-04-22 Guy HarrisStuff that comes back from ep_alloc() is properly align...
2011-04-22 Guy HarrisCast away bogus warnings. (I begin to see why C++...
2011-04-22 Guy Harris*Properly* get rid of bogus cast.
2011-04-22 Guy Harris"guint8 *" means "pointer to array of bytes that may...
2011-04-22 Guy HarrisCast away alignment warnings about pointers where we...
2011-04-22 Guy HarrisCast away warnings about "struct sockaddr" -> "struct...
2011-04-22 Guy HarrisMake all the fields in the various structures just...
2011-04-21 Bill MeierRemove unneeded #include <errno>,<math>,<ctype> & ...
2011-04-21 Bill MeierAdd #include <ctype.h> before #include "isprint.h";
2011-04-21 Jeff MorrissAvoid passing a NULL string pointer to format routines...
2011-04-21 Bill Meier#include <errno.h> & #include <math.h> not req'd;
2011-04-21 Bill MeierRemove unneeded #include <ctype.h> and "isprint.h";
2011-04-21 Bill MeierRemove some unneeded #includes;
2011-04-21 Bill MeierRemove some uneeded #includes;
2011-04-21 Stig BjørlykkeRemoved some unneeded variables with initialization.
2011-04-21 Stig BjørlykkeRemoved some unneeded assignments.
2011-04-21 Jeff MorrissFrom Stefan Metzmacher and Gregor Beck via https:/...
2011-04-21 Guy HarrisIn a dump_open routine, you don't need to seek to the...
2011-04-21 Jeff MorrissAvoid passing a NULL string pointer to format routines...
2011-04-21 Guy HarrisIn file_wrappers.c, explicitly set err_info to null...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteOups
2011-04-21 Anders BromanInclude time.h as compilation might fail with old gilb...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteRemove is_continuation_line variable (Unused for 3...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-04-21 Stig BjørlykkeInclude config.h only from .c files.
2011-04-21 Anders BromanRevert the previous commit, I was confused :-)
2011-04-21 Jakub ZawadzkiAdd missing code to handle fields with an extended...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
next