aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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-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-06-Werror needs to be applied only to clean files, not to, for example,Guy Harris1-3/+6
2013-02-06Add -Werror if enabled.Guy Harris1-1/+5
2013-02-06Only remove Flex-generated files with "nmake distclean", not allGuy Harris1-9/+9
2013-02-06Don't bother setting XXX_FILES to empty strings.Guy Harris1-16/+0
2013-02-06strtod() is locale-dependent; use g_ascii_strtod() instead.Guy Harris1-2/+2
2013-02-06Don't run Lemon-generated header files through checkAPI, either (theyGuy Harris3-4/+7
2013-02-06Get rid of extra blank line at the end.Guy Harris1-1/+0
2013-02-06Lemon-generated files get API warnings as well.Guy Harris1-2/+3
2013-02-06Do a bit more splitting and combining of file names, so that we canGuy Harris4-109/+142
2013-02-05mate_parser.obj depends on mate_grammar.h, as it's built fromGuy Harris1-1/+6
2013-02-05Put NODIST_ at the beginning of macros containing NODIST, parallelingGuy Harris5-51/+203
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-05Don't distribute the results of running Lemon, as we distribute LemonGuy Harris3-14/+51
2013-02-04More silent build support.Gerald Combs1-5/+0
2013-02-04Prettify more build output.Gerald Combs1-1/+6
2013-02-01Enable more build silence.Gerald Combs1-1/+1
2013-02-01Go far enough down a rabbit hole and you will encounter libtool. SeeGerald Combs1-1/+1
2013-02-01Change some "<x>.c : <y>.h" rules to "<x>.o : <y>.h" in order to fixGerald Combs1-1/+3
2013-01-30Fix more dependencies.Gerald Combs1-3/+4
2013-01-26Fix for CID 280529 and 280530.Jaap Keuter1-0/+8
2013-01-13guint16 needed to prevent rollover. Bug 8199 (https://bugs.wireshark.org/bug...Michael Mann1-1/+1
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann5-42/+42
2012-12-26Another 64-bit-to-32-bit warning on 32-bit platforms.Guy Harris1-1/+1
2012-12-26Squelch some more discarding-qualifiers warnings.Guy Harris1-35/+18
2012-12-26Fix a bunch of warnings.Guy Harris23-225/+215
2012-12-13General cleanup:Bill Meier9-1887/+2424
2012-12-13Remove some commented out code as per Wido Kelling:Bill Meier2-15/+1
2012-12-12General cleanup:Bill Meier4-2631/+2892
2012-12-12From Wido Kelling: [Profinet] Updated disecction regarding the IEC 61158Bill Meier7-264/+1177
2012-12-10General cleanup:Bill Meier1-142/+137
2012-12-07Bump revission.Anders Broman1-1/+1
2012-12-07From hannes:Anders Broman1-1/+4
2012-12-07From hannes:Anders Broman3-15/+230
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier6-45/+45
2012-11-29Add a checkapi target.Jeff Morriss1-3/+6
2012-11-29Fix several [-Wshadow] warnings.Bill Meier2-14/+12
2012-11-28Fix [-Wshadow] warning;Bill Meier1-626/+632
2012-11-28Fix :Alexis La Goutte1-1/+2
2012-11-22Revert http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46140Anders Broman6-1218/+205
2012-11-22From Wido Kelling:Anders Broman7-207/+1220
2012-10-31Add CRC verification to Modbus RTU dissector. CRC algorithm is the same as t...Michael Mann1-2/+2
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-1/+1
2012-10-26Revert revision 44921.Evan Huus1-1/+1
2012-10-10Based on patch from Bill Parker, check for ws_fopen() failing.Guy Harris1-6/+10