aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-25From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Evan Huus9-85/+476
2013-05-25Add Mike Garratt to the list of authors for (at the very least) his contribut...Chris Maynard1-0/+1
2013-05-24Edit commentsAnders Broman1-2/+2
2013-05-24use key in all p_add_proto_data() p_get_proto_data()Anders Broman1-5/+5
2013-05-24From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8708 :Pascal Quantin4-134/+296
2013-05-24Bluetooth: Highlight correct bytes in some SDP trees (Part 2). Bug 8700 (htt...Michael Mann1-1/+0
2013-05-24Ensure most severe is displayed in expert column. Bug 7733 (https://bugs.wir...Michael Mann1-1/+4
2013-05-24expert_add_info(): we can't use va_start()/va_end() so don't try to use a va_...Jeff Morriss1-3/+1
2013-05-24expert_add_info() doesn't take a variable number of args; don't use va_start(...Jeff Morriss1-4/+2
2013-05-24expert_add_info_format_text(): use the correct argument numbers in G_GNUC_PRI...Jeff Morriss1-2/+2
2013-05-24Use new expert info API in idl dissectors. These generated about 50% of the ...Michael Mann5-2093/+2215
2013-05-24first batch of dissectors to use the new expert info API.Michael Mann3-99/+260
2013-05-24Add expert info configuration framework. Bug 2412 (https://bugs.wireshark.or...Michael Mann5-11/+277
2013-05-24How to mess with a keyboard...Pascal Quantin1-1/+1
2013-05-24One more compilation fix for gcc 4.3.2 ('toi' may be used uninitialized in th...Pascal Quantin1-2/+2
2013-05-24Remove unused function parameter, rename variable to avoid shadowing.Evan Huus3-8/+8
2013-05-24Overhauled the RMT dissectors. Not sure each needs its own file, but since t...Michael Mann12-1860/+1177
2013-05-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8714 :Jeff Morriss1-1/+7
2013-05-24As suggested by Moshe Kaplan in https://bugs.wireshark.org/bugzilla/show_bug....Jeff Morriss4-82/+114
2013-05-24Have register_param_stat() add menu items, rather than having the menuGuy Harris19-173/+103
2013-05-24Add an optimization to req_resp_hdrs_do_reassembly that shaves about 20% offEvan Huus1-0/+23
2013-05-24And another (cosmetic) change for that.Guy Harris1-3/+3
2013-05-24A long-overdue rename of register_dfilter_stat() toGuy Harris24-28/+29
2013-05-24Rename register_lua_menu_bar_menu_items() toGuy Harris3-3/+3
2013-05-23We don't want to restrict the ability to dynamically add statisticsGuy Harris1-14/+0
2013-05-23Fix computation of TP-User-Data-Length when SMS is coded with GSM 7 bit defau...Pascal Quantin1-7/+11
2013-05-23It's actually enough just to add some blank lines without the need for the <p...Chris Maynard1-8/+0
2013-05-23Use a single #ifdef HAVE_LUA/#endif for two routines (currently) usedGuy Harris1-2/+0
2013-05-23Add -p option to the valgrind script for profiling with callgrind.Evan Huus1-1/+2
2013-05-23No need for those arguments to be pointers to arrays of const pointers,Guy Harris1-15/+15
2013-05-23See if this squelches a warning.Guy Harris1-1/+1
2013-05-23Include ui/gtk/export_pdu_dlg.h so that the functions defined here areGuy Harris1-0/+2
2013-05-23make_menu_xml() is only used if we HAVE_LUA; only define it when we'll use it.Jeff Morriss1-0/+2
2013-05-22Include ui/ssl_key_export.h so that functions defined here are checkedGuy Harris1-0/+1
2013-05-22Include ui/gtk/addr_resolution_dlg.h so that functions defined here areGuy Harris1-1/+2
2013-05-22Make a routine not used outside this file static.Guy Harris1-1/+1
2013-05-22Include ui/gtk/prefs_filter_expressions.h so that functions defined hereGuy Harris1-0/+1
2013-05-22Make a routine not used outside this file static.Guy Harris1-5/+6
2013-05-22Make a routine not used outside this file static.Guy Harris1-1/+1
2013-05-22Include ui/recent_utils.h, to check functions defined here against theirGuy Harris1-1/+2
2013-05-22Turn "packet_is_ssl()" into a general "does the packet whose dissectionGuy Harris5-26/+28
2013-05-22Include ui/gtk/main_80211_toolbar.h so that the functions we define areGuy Harris1-0/+1
2013-05-22Include "ui/recent_utils.h" so that the functions we define are checkedGuy Harris2-0/+2
2013-05-22Include "ui/gtk/gtk_iface_monitor.h" so that our definitions are checkedGuy Harris1-0/+1
2013-05-22Support Raptor/Raptor-Q FEC in RMT dissector. Bug 8699 (https://bugs.wiresha...Michael Mann2-9/+79
2013-05-22Make routines not used outside their source files static.Guy Harris3-8/+14
2013-05-22Get rid of an unused routine.Guy Harris2-10/+0
2013-05-22Make a routine not called from outside the file static.Guy Harris1-1/+1
2013-05-22No capture options if no libpcap.Guy Harris1-1/+1
2013-05-22From Abdul Hannan Khan:Anders Broman1-6/+14