metze/wireshark/wip.git
2013-05-26 Evan HuusFirst batch of doxygen for wmem. Remove some things...
2013-05-25 Ronnie SahlbergSCSI: Add basic decoding of SANITIZE opcode
2013-05-25 Michael MannBatch of filterable expert_infos.
2013-05-25 Alexis La GoutteObject::connect: No such signal WiresharkApplication...
2013-05-25 Alexis La GoutteUse -DBUILD_qtshark=YES for build qtshark with cmake...
2013-05-25 Alexis La GoutteApply change of Bug 8706 ( "Stream" should be changed...
2013-05-25 Evan HuusFrom Fabio Tarabelloni: more minor formatting and comme...
2013-05-25 Evan HuusFrom Fabio Tarabelloni: fix copy-pasted comment.
2013-05-25 Evan HuusUpdate the release notes for the changes since 1.10...
2013-05-25 Michael MannAdd filterable expert info.
2013-05-25 Guy HarrisMenu labels aren't paths, they're just the strings...
2013-05-25 Evan HuusFrom Fabio Tarabelloni via https://bugs.wireshark.org...
2013-05-25 Chris MaynardAdd Mike Garratt to the list of authors for (at the...
2013-05-24 Anders BromanEdit comments
2013-05-24 Anders Bromanuse key in all p_add_proto_data() p_get_proto_data()
2013-05-24 Pascal QuantinFrom LI Hai via https://bugs.wireshark.org/bugzilla...
2013-05-24 Michael MannBluetooth: Highlight correct bytes in some SDP trees...
2013-05-24 Michael MannEnsure most severe is displayed in expert column. ...
2013-05-24 Jeff Morrissexpert_add_info(): we can't use va_start()/va_end(...
2013-05-24 Jeff Morrissexpert_add_info() doesn't take a variable number of...
2013-05-24 Jeff Morrissexpert_add_info_format_text(): use the correct argument...
2013-05-24 Michael MannUse new expert info API in idl dissectors. These gener...
2013-05-24 Michael Mannfirst batch of dissectors to use the new expert info...
2013-05-24 Michael MannAdd expert info configuration framework. Bug 2412...
2013-05-24 Pascal QuantinHow to mess with a keyboard...
2013-05-24 Pascal QuantinOne more compilation fix for gcc 4.3.2 ('toi' may be...
2013-05-24 Evan HuusRemove unused function parameter, rename variable to...
2013-05-24 Michael MannOverhauled the RMT dissectors. Not sure each needs...
2013-05-24 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-05-24 Jeff MorrissAs suggested by Moshe Kaplan in https://bugs.wireshark...
2013-05-24 Guy HarrisHave register_param_stat() add menu items, rather than...
2013-05-24 Evan HuusAdd an optimization to req_resp_hdrs_do_reassembly...
2013-05-24 Guy HarrisAnd another (cosmetic) change for that.
2013-05-24 Guy HarrisA long-overdue rename of register_dfilter_stat() to
2013-05-24 Guy HarrisRename register_lua_menu_bar_menu_items() to
2013-05-23 Guy HarrisWe don't want to restrict the ability to dynamically...
2013-05-23 Pascal QuantinFix computation of TP-User-Data-Length when SMS is...
2013-05-23 Chris MaynardIt's actually enough just to add some blank lines witho...
2013-05-23 Guy HarrisUse a single #ifdef HAVE_LUA/#endif for two routines...
2013-05-23 Evan HuusAdd -p option to the valgrind script for profiling...
2013-05-23 Guy HarrisNo need for those arguments to be pointers to arrays...
2013-05-23 Guy HarrisSee if this squelches a warning.
2013-05-23 Guy HarrisInclude ui/gtk/export_pdu_dlg.h so that the functions...
2013-05-23 Jeff Morrissmake_menu_xml() is only used if we HAVE_LUA; only defin...
2013-05-22 Guy HarrisInclude ui/ssl_key_export.h so that functions defined...
2013-05-22 Guy HarrisInclude ui/gtk/addr_resolution_dlg.h so that functions...
2013-05-22 Guy HarrisMake a routine not used outside this file static.
2013-05-22 Guy HarrisInclude ui/gtk/prefs_filter_expressions.h so that funct...
2013-05-22 Guy HarrisMake a routine not used outside this file static.
2013-05-22 Guy HarrisMake a routine not used outside this file static.
2013-05-22 Guy HarrisInclude ui/recent_utils.h, to check functions defined...
2013-05-22 Guy HarrisTurn "packet_is_ssl()" into a general "does the packet...
2013-05-22 Guy HarrisInclude ui/gtk/main_80211_toolbar.h so that the functio...
2013-05-22 Guy HarrisInclude "ui/recent_utils.h" so that the functions we...
2013-05-22 Guy HarrisInclude "ui/gtk/gtk_iface_monitor.h" so that our defini...
2013-05-22 Michael MannSupport Raptor/Raptor-Q FEC in RMT dissector. Bug...
2013-05-22 Guy HarrisMake routines not used outside their source files static.
2013-05-22 Guy HarrisGet rid of an unused routine.
2013-05-22 Guy HarrisMake a routine not called from outside the file static.
2013-05-22 Guy HarrisNo capture options if no libpcap.
2013-05-22 Anders BromanFrom Abdul Hannan Khan:
2013-05-22 Guy HarrisAAAAAArgh. The capture_input_new_XXX routines are...
2013-05-22 Pascal QuantinDo not stop dissection when there is no tree: otherwise...
2013-05-22 Chris MaynardGenerate the man pages for dftest and randpkt.
2013-05-22 Chris MaynardAdd dftest.exe to EXECUTABLES. For clean-local target...
2013-05-22 Chris MaynardFix presentation of types.
2013-05-22 Evan HuusMinor refactor: make the framework responsible for...
2013-05-22 Guy HarrisAnd a few more fixes. Put wrappers in capture_session...
2013-05-22 Guy HarrisMore capture_options -> capture_session fixes.
2013-05-22 Guy HarrisMore capture_options -> capture_session fixes.
2013-05-22 Guy HarrisAnd handle the no-libpcap case here as well.
2013-05-22 Guy HarrisSigh, it was a "building without libpcap" issue.
2013-05-22 Guy HarrisMore capture_options -> capture_session fixes.
2013-05-22 Guy HarrisOK, try hiding from *THIS*, GCC. Will break other...
2013-05-22 Guy HarrisInclude "capture_session.h" to define capture_session.
2013-05-22 Guy HarrisOK, maybe that version of GCC doesn't like structure...
2013-05-22 Guy HarrisOK, try directly including capture_session.h.
2013-05-22 Guy HarrisAnother Win32-only fix.
2013-05-22 Guy HarrisOK, what's your beef, GCC?
2013-05-22 Guy HarrisMore capture_options -> capture_session changes.
2013-05-22 Guy HarrisBite me, GCC.
2013-05-22 Guy HarrisFix the Windows side to look for the signal pipe stuff...
2013-05-22 Guy HarrisMake the stuff in summary.h usable from C++ code.
2013-05-22 Guy HarrisOops, need the new header file for capture_session.
2013-05-22 Guy HarrisAnd reflect the new capture_options structure here.
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-05-22 Guy HarrisThere are clearly not enough different sets of build...
2013-05-22 Guy HarrisRename capture_opts_trim_iface() to
2013-05-22 Guy Harriscapture_unix_ifnames.c is gone.
2013-05-22 Guy Harriswsutil/file_util.h should no longer be needed here.
2013-05-22 Evan HuusFrom Cal Turney via https://bugs.wireshark.org/bugzilla...
2013-05-22 Evan HuusAdd missing include file that's needed so symbols are...
2013-05-22 Guy HarrisOn OS X, get the interface type from the System Configu...
2013-05-21 Guy HarrisFrom Cal Tunney:
2013-05-21 Guy HarrisClean up white space.
2013-05-21 Alexis La GoutteEnhance backport-rev script
2013-05-21 Irene RüngelerOnly overwrite the scanned link layer properties if...
2013-05-21 Michael MannFrom Michal Labedzki via https://bugs.wireshark.org...
2013-05-21 Irene RüngelerApply the filter string if all interfaces are selected.
2013-05-21 Michael Mannadd a few filterable fields/expert info
next