Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] shift/reduce errors generating packet-foobar.[ch] files

From: Alex Lindberg <alindber@xxxxxxxxx>
Date: Sat, 4 Jul 2009 20:10:33 -0700 (PDT)
After migrating a custom asn.1 file set from ws 1.0.7 to 1.2.0. "make generate_dissector" responds:

: make generate_dissector
python ../../tools/asn2wrs.py \
                -e \
                -p foobar \
                -c ./foobar.cnf \
                -s ./packet-foobar-template \
                -D . \
                 foobar.asn
ASN.1 to Wireshark dissector compiler
WARNING: 212 shift/reduce conflicts

WS 1.0.7 does not issue such a warning using the same set of files.  Any ideas?

Thanks.

Alex Lindberg