aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-09Fix EXTRA_BINFILES for CMake + OS X.Gerald Combs1-1/+1
2013-02-09"make maintainer-clean" should nuke all generated files.Guy Harris1-0/+2
2013-02-09Get rid of trailing tabs, make comments more similar.Guy Harris2-3/+3
2013-02-09Define GENERATED_HEADER_FILES in plugins/Makefile.common.inc.Guy Harris2-4/+7
2013-02-09plugins/Makefile.common.inc defines NODIST_SRC_FILES, andGuy Harris1-4/+0
2013-02-09Define FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC_FILES inGuy Harris2-4/+16
2013-02-09plugins/Makefile.common.inc should already be definingGuy Harris1-4/+0
2013-02-09The type of the second argument to g_snprintf() is gulong. (It *should*Guy Harris1-2/+2
2013-02-09Add casts to make it build on win64.Anders Broman1-2/+2
2013-02-09Try to fix the makefiles to be able to build mate after distclean.Anders Broman2-3/+15
2013-02-09Cleanup: Ditch CamelCase; use braces around references.Bill Meier1-181/+184
2013-02-09Fix a syntax error which causes a compile errorBill Meier1-1/+1
2013-02-09Tweaks to RegEx usage for consistency and performance (andBill Meier1-66/+72
2013-02-09Get rid of a '- i' that appears to have been accidentally inserted in r47581.Evan Huus1-1/+1
2013-02-09Get rid of g_sprintf() and strncpy() usage - this is somewhat of a hack,Guy Harris1-56/+73
2013-02-09The stats_tree plugin doesn't, at present, have anything that looks forGuy Harris1-2/+2
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris41-405/+571
2013-02-09Add MIME types for more capture file formats Wireshark understands:Jeff Morriss2-1/+46
2013-02-09From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8306Evan Huus1-1/+6
2013-02-09Try to figure out if we built the rest of the project using Autotools orGerald Combs1-3/+25
2013-02-08Fix bug 8056: Maximum value of Duration should be 32767.Chris Maynard1-9/+26
2013-02-08Also build the source RPM. Clean up after ourselves when done.Jeff Morriss1-2/+3
2013-02-08Add a directory name preference type (PREF_DIRNAME) and registrationGerald Combs12-32/+177
2013-02-08Handle SIP "resends" within SDP. This is to handle "duplicate" OFFERs so the...Michael Mann3-0/+18
2013-02-08Use the new realloc API when growing a string-buffer.Evan Huus1-5/+1
2013-02-08Fix error: no newline at end of filePascal Quantin1-1/+1
2013-02-08Fix code to delete blank lines to remove all blank lines;Bill Meier1-7/+7
2013-02-08Fix Coverity CID 973548: Dereference null return value.Chris Maynard1-2/+2
2013-02-08Try using cpuid also for __x86_64__ if compiled with GCC.Anders Broman1-8/+53
2013-02-08Change string to filename preference so file can be browsed forMichael Mann1-1/+1
2013-02-08Use glib's isdigit function.Evan Huus1-1/+1
2013-02-08Support SDP context over SIP.Michael Mann3-508/+820
2013-02-08Add new images to Makefile.am (needed when use make dist-*)Alexis La Goutte1-0/+2
2013-02-08Constify the name member of a struct _proto_xmlpi_attr, to squelchGuy Harris1-1/+1
2013-02-08Constify the second argument to uat_load(), to squelch some warnings.Guy Harris4-5/+5
2013-02-08Constify the return value of append_to_buffer(), to squelch someGuy Harris1-2/+2
2013-02-08Constify the return value of replace_entity(), to squelch some warnings.Guy Harris1-2/+2
2013-02-08Stick NONGENERATED_ in the front of the macros listing non-generatedGuy Harris2-9/+21
2013-02-08We don't care what source files are "dissector" source files, we onlyGuy Harris4-114/+41
2013-02-08Capitalize the short name.Gerald Combs1-1/+1
2013-02-08Put all the aclocal-fallback files in the source distribution.Jeff Morriss1-0/+4
2013-02-08Move move of the Qt checks into AM_PATH_QT.Jeff Morriss3-84/+81
2013-02-08Fix issue where using realloc() to shrink a chunk could result inEvan Huus1-0/+3
2013-02-08Add explicit casts to pacify MSVC buildbot.Evan Huus1-6/+6
2013-02-08Make use of the new garbage-collection routines when closing a file.Evan Huus1-0/+4
2013-02-08Update wmem docsEvan Huus1-2/+3
2013-02-08Expose the new wmem API functions, and use a consistent order ofEvan Huus3-15/+26
2013-02-08Rewrite the block allocator to support the new wmem API (realloc, free, gc).Evan Huus1-90/+600
2013-02-08Add module_preferences_scroll_area.*.Gerald Combs3-0/+9
2013-02-08Add a ModulePreferencesScrollArea widget which builds a scrollable frameGerald Combs7-52/+679