aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-05Put NODIST_ at the beginning of macros containing NODIST, parallelingGuy Harris5-51/+203
2013-02-05remove some unnecessary if(tree) checksMartin Kaiser1-52/+36
2013-02-05Remove an unneeded set of parens in a macro definition;Bill Meier1-1/+1
2013-02-05a DVB-CI session number is not globally unique, it's only unique perMartin Kaiser2-6/+9
2013-02-05Export dissect_japan_isup_additonal_user_cat()Anders Broman2-1/+2
2013-02-05Export TBCD-STRING.Anders Broman3-51/+53
2013-02-05Add missing hf[] entries found by checkhf.Bill Meier1-1/+19
2013-02-05Add missing hf[] entries found by checkhf.Bill Meier1-0/+9
2013-02-05According to 3GPP TS 32.299 version 10.7.0 Release 10 AVP 846 isAnders Broman1-2/+2
2013-02-05Don't forget the .c files that we *don't* distribute.Guy Harris1-1/+8
2013-02-05mate_parser.c includes mate_grammar.h, so make mate_parser.obj depend onGuy Harris1-0/+1
2013-02-05Include generated C files that we're *not* distributing.Guy Harris1-2/+9
2013-02-05dtd_parse.obj depends on dtd_grammar.h, but you can't buildGuy Harris1-1/+2
2013-02-05dtd_parse.c includes dtd_grammar.h; make sure we build dtd_grammar.hGuy Harris1-1/+1
2013-02-05Fix for previous changes.Guy Harris1-2/+2
2013-02-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris8-62/+107
2013-02-05Prettify Qt build output.Gerald Combs1-3/+18
2013-02-05Use DESTDIR when installing desktop files.Jeff Morriss1-13/+13
2013-02-05Misc:Bill Meier1-104/+106
2013-02-05Use variables for the versions autoconf, GTK{2,3}, and glib we require.Jeff Morriss1-12/+24
2013-02-04Add the warning flags to CFLAGS_FOR_BUILD, so any build tools we buildGuy Harris2-0/+12
2013-02-04Fix more verbosity macros.Gerald Combs1-8/+8
2013-02-04Add checking to verify that global hf_... defs are referenced in hf[] entry i...Bill Meier1-63/+61
2013-02-04"make dist" uses uic and moc, so we have to try to find them no matterGuy Harris1-29/+61
2013-02-04At least as I readGuy Harris2-6/+6
2013-02-04Unwrap lines inadvertenly wrapped in r47472Gerald Combs1-14/+22
2013-02-04More silent build support.Gerald Combs4-40/+37
2013-02-04Make sure AM_DEFAULT_VERBOSITY is defined no matter what.Gerald Combs1-1/+2
2013-02-04From me via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8296 Add RPKI...Alexis La Goutte3-0/+393
2013-02-04Prettify more build output.Gerald Combs5-5/+25
2013-02-04Prettify the silent build.Gerald Combs1-26/+36
2013-02-04Enable silent build rules by default.Gerald Combs1-2/+4
2013-02-04Fix warning: unused parameter ‘str’ when compiling on a non Windows machinePascal Quantin1-1/+1
2013-02-04Add CPUBrandString and memory size to VersionInfo on windows if available.Anders Broman1-0/+45
2013-02-04'#if 0' out an unused hf[] entry;Bill Meier1-56/+51
2013-02-04Comment out two more case of an unused hf[] entry.Bill Meier1-20/+24
2013-02-04Add a FALLTHROUGH comment to fix Coverity CID 745673: Missing break in switch.Chris Maynard1-1/+2
2013-02-04Fix Coverity CID 746734: Dead default in switch. (No need to backport)Chris Maynard1-20/+6
2013-02-04Try creating a script for Debian and derivatives that will grab theGuy Harris2-0/+21
2013-02-03#if 0 unused hf[] entries & etc.Bill Meier11-224/+265
2013-02-03Improvements:Bill Meier1-20/+78
2013-02-03Sigh. At least on my Fedora 16 with KDE, the Qt 4 versions of uic andGuy Harris2-3/+32
2013-02-03fix dead incrementMartin Kaiser1-1/+0
2013-02-03describe the -t option in the dumpcap manpageMartin Kaiser1-0/+4
2013-02-03Move the get-runtime-version stuff back outside of #ifdef WIN32.Jeff Morriss1-0/+2
2013-02-03call load_wpcap before collecting the run-time version information.Anders Broman1-15/+16
2013-02-03[Automatic manuf, services and enterprise-numbers update for 2013-02-03]Gerald Combs3-55/+222
2013-02-02Comment out unused hf[] entry.Bill Meier1-1/+3
2013-02-02Restore hf[] entry commented out by mistake in SVN #47389.Bill Meier1-1/+1
2013-02-02Tweaks:Bill Meier1-6/+97