metze/wireshark/wip.git
2012-12-30 Guy HarrisFix description of -p input - show the packet data...
2012-12-30 Gerald CombsMove profile deletion code from profile_dlg.c to profil...
2012-12-30 Gerald Combs[Automatic manuf, services and enterprise-numbers updat...
2012-12-30 Bill Meier'-Wno-error=unused-but-set-variable' no longer required;
2012-12-30 Anders BromanUse tvb_bcd_dig_to_ep_str
2012-12-30 Anders BromanFrom Katrina Zhang:Pretify dissection if a dissector...
2012-12-30 Jeff MorrissTreat *.ui files as *.xml: also set svn:keywords property.
2012-12-30 Bill MeierMove 3 ASN1 dissectors to 'clean' group; move 1 PIDL...
2012-12-29 Guy HarrisMove the PIE checks after the warning checks, to keep...
2012-12-29 Guy HarrisOK, try including <net/if.h> iff IFF_UP isn't already...
2012-12-29 Guy HarrisGive some more details, as per the Web page cited as...
2012-12-29 Guy HarrisOops, one instance of "airopeekv9" that wasn't supposed...
2012-12-29 Evan HuusAdd a cast to pacify MSVC.
2012-12-29 Bill MeierAdd a few consts to fix some compiler (GCC) errors.
2012-12-29 Bill MeierCosmetic: Add two blank lines for readability.
2012-12-29 Evan HuusReplace another instance of emem in README.developer...
2012-12-29 Evan HuusImplement wmem_strbuf_append_printf.
2012-12-29 Bill MeierAdd a vertical scrollbar to the summary dialog window.
2012-12-29 Evan HuusRename tcp.data -> tcp.segment_data and add a descripti...
2012-12-29 Pascal QuantinUpgrade NAS disssectors to v11.5.0
2012-12-29 Gerald CombsShow the current profile name. Fix the packet status.
2012-12-29 Gerald CombsFix distcheck.
2012-12-29 Gerald CombsAdd profile_dialog.
2012-12-29 Gerald CombsTry to fix compilation on Windows.
2012-12-29 Gerald CombsProfile switching works when we have a capture file...
2012-12-29 Gerald CombsRemove some duplicate code from ui/profile.c and move...
2012-12-28 Bill MeierMinor fix when building with VS2012 (VC11):
2012-12-28 Bill MeierRemove redundant SUBSYSTEM link option from link commands.
2012-12-28 Bill MeierFixes & comments for building Wireshark with VS2012...
2012-12-28 Evan HuusUpdate wmem documentation for the new allocator.
2012-12-28 Evan HuusAdd a strict allocator that does canaries and various...
2012-12-28 Alexis La GoutteAdd missing new dissectors to CMake
2012-12-28 Alexis La GoutteTab => Spaces
2012-12-28 Alexis La GoutteFix [ 77%] Building C object CMakeFiles/qtshark.dir...
2012-12-28 Alexis La GoutteFix [ 76%] Building C object ui/CMakeFiles/ui.dir/profi...
2012-12-28 Alexis La GoutteFix [76%] Building C object ui/CMakeFiles/ui.dir/profil...
2012-12-28 Guy HarrisUse the "if (file_gets(...) == NULL) { fail }" style...
2012-12-28 Guy HarrisAlways check the return value of read_new_line().
2012-12-27 Evan HuusMake the alignment amount for the wmem block allocator...
2012-12-27 Guy HarrisErrors take precedence over EOF; use file_error() after...
2012-12-27 Evan HuusPre-declare just the enum, and not the typedef to avoid...
2012-12-27 Evan HuusAdd documentation about the environment variable.
2012-12-27 Evan HuusChange the format of the environment variable slightly...
2012-12-27 Evan HuusUpdate wmem docs to include new type field.
2012-12-27 Evan HuusStore the type of each wmem allocator.
2012-12-27 Evan HuusAdd full modelines and minor whitespace fixes.
2012-12-27 Gerald CombsRemove an unused variable.
2012-12-27 Gerald CombsMake sure our loops terminate.
2012-12-27 Michael TüxenAdd initial support for
2012-12-27 Gerald CombsMove common profile code to ui/profile.[ch].
2012-12-27 Gerald CombsAdd "+", "-", and "copy" images. Document their origins.
2012-12-27 Anders BromanFrom Pawel Dziepak:dissect_rpc_array causes assertion...
2012-12-27 Guy HarrisOK, fine, how about 4 characters initializing a 4-chara...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-27 Anders BromanFrom Ankith: Media Independent handover (MIH) protocol...
2012-12-27 Anders BromanAdd Media Independent Handover Protocol ethertype
2012-12-26 Guy HarrisTabs -> spaces.
2012-12-26 Guy HarrisUpdate a comment.
2012-12-26 Guy Harrisgeoip_db_get_paths() is exported from libwireshark...
2012-12-26 Guy HarrisUpdate a comment.
2012-12-26 Guy HarrisDo array bounds checking.
2012-12-26 Guy HarrisMake sure we don't sign-extend the (binary) bytes of...
2012-12-26 Guy HarrisDon't define geoip_db_get_paths() unless we have GeoIP...
2012-12-26 Evan HuusUse casts rather than changing the prototype of pipe_co...
2012-12-26 Anders BromanFrom Michal Labedzki: To ensure that names are correct...
2012-12-26 Anders BromanMake dumpcap build on Windows
2012-12-26 Guy HarrisSquelch some Windows-only warnings - the third argument...
2012-12-26 Evan HuusSquash some sign-conversion warnings that g++ picks...
2012-12-26 Evan HuusCast away another const warning that only shows up...
2012-12-26 Anders Bromanif 0 out debug code
2012-12-26 Anders Bromanif 0 out debug code
2012-12-26 Anders BromanMove summary related stuff to summary_dlg
2012-12-26 Guy HarrisAnother 64-bit-to-32-bit warning on 32-bit platforms.
2012-12-26 Guy HarrisFix another discarded qualifier error.
2012-12-26 Guy Harrispipe_write_header() should return ssize_t, as it return...
2012-12-26 Guy HarrisIf the attempt to read the record header fails because...
2012-12-26 Guy HarrisOn I/O errors when opening a file, use wtap_close(...
2012-12-26 Guy HarrisOK, see if not using an enum gets rid of "implicit...
2012-12-26 Guy HarrisSquelch some more discarding-qualifiers warnings.
2012-12-26 Guy HarrisSquelch some more discarding-qualifiers warnings.
2012-12-26 Guy Harrisbytestring_to_str() now returns a const char *; assign...
2012-12-26 Guy HarrisAnd another 64-bit-to-32-bit conversion on 32-bit platf...
2012-12-26 Guy Harrissimple_dialog_primary_start() and simple_dialog_primary...
2012-12-26 Guy HarrisAnother 64-bit-to-32-bit warning that shows up in 32...
2012-12-26 Guy HarrisChange wireshark_gen.py to make the operation argument...
2012-12-26 Guy HarrisHopefully this case is OK in C++; bit-fields can't...
2012-12-26 Guy HarrisAnd more 64-bit-to-32-bit time issues on 32-bit platforms.
2012-12-26 Guy HarrisOK, I give up.
2012-12-26 Guy HarrisAnother ILP32 Y2.038K warning.
2012-12-26 Guy HarrisOK, does *this* convince the compiler that the loop...
2012-12-26 Guy HarrisSquelch a (Y2.038K) warning.
2012-12-26 Guy HarrisOK, *this* isn't a possibly-infinite loop.
2012-12-26 Guy HarrisWiden some loop variables, in the hopes that it'll...
2012-12-26 Guy HarrisEliminate multiple "const"s.
2012-12-26 Guy HarrisWiden an argument to match its (theoretical) widest...
2012-12-26 Guy HarrisSquelch a (Y2.038K) warning.
2012-12-26 Guy HarrisOK, fine, maybe sometimes it's used; flag it with _U_...
2012-12-26 Guy HarrisIf a parameter might be unused, mark it with _U_; don...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-25 Guy Harrisbssmap_msg_fcn[] is a dense array, not a sparse array...
next