summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-16 01:51:23 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-16 11:32:39 +0000
commitc63c5c8c4262c8f58b12f56bf659383a1b0aa47a (patch)
tree22adb7aa3374e4b524732474519fc1253c7f3685 /plugins
parent55220d3f8dcf6b1dc14b8b21c8d8d4641f4733be (diff)
downloadwireshark-c63c5c8c4262c8f58b12f56bf659383a1b0aa47a.tar.gz
Temporary hack to debug the MATE grammar.
Builds on my machines, physical and virtual, crash with an assertion failure in the MATE Lemon grammar when parsing the MATE configuration file in bug 12161 - on Mac OS X Lion with llvm-gcc, Ubuntu 15.10 with GCC, and on macOS Sierra with clang. Builds on the macOS buildbot do *not* fail. So put the result of Lemon in the MATE plugin into the release tarball, so I can compare it with what Lemon generates on my machine. Change-Id: I2d5ecee68535a8b4803de0bd7f02d448ab629083 Reviewed-on: https://code.wireshark.org/review/21126 Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mate/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index c791e4e703..3112ce654d 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -108,6 +108,9 @@ MAINTAINERCLEANFILES = \
EXTRA_DIST = \
mate_grammar.lemon \
+ mate_grammar.c \
+ mate_grammar.h \
+ mate_grammar.out \
mate_parser.l \
plugin.rc.in \
CMakeLists.txt \