aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-03-03ENC_BIG_ENDIAN -> ENC_NA (as found by fix-encoding-args.pl)Pascal Quantin1-1/+1
2013-03-03From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin6-82/+82
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey20-23/+28
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-78/+78
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin3-84/+84
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-3/+0
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its == > it's as needed.Bill Meier4-15/+15
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris2-5/+2
2013-02-15Get rid of an extra blank line.Guy Harris1-1/+0
2013-02-15From Hannes Mezger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8327Evan Huus13-795/+1412
2013-02-12Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez1-2/+2
2013-02-10Comment out numerous unused hf_.... instances found by checkhf.Bill Meier33-114/+272
2013-02-10Add %option noinput to some Flex files, as we aren't using the input()Guy Harris1-0/+5
2013-02-10Fix a (benign) ERROR: NO ARRAY: opcua/opcua.c, hf_opcua_reassembled_dataBill Meier1-2/+1
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2013-02-10Comment out various unused hf_... instances found by checkhf.Bill Meier4-222/+314
2013-02-10Fix ERROR: NO ARRAY: packet-tlv.c, hf_docsis_rcv_mod_enc_ctr_freq_asgnBill Meier1-0/+5
2013-02-09We *did* fix the APIs used.Guy Harris1-1/+0
2013-02-09Pull the definition of NODIST_HEADER_FILES up intoGuy Harris5-12/+6
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-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-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