aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yacc.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-04Ply parser updated to 3.8 from http://www.dabeaz.com/ply/Balint Reczey1-952/+1092
The Ubuntu packaged Ply 3.7 with Ubuntu 16.04's Python makes ASN.1 based dissector generation fail. Ply's API changed after 3.5 and the small change to asn2wrs.py adapts to that. The commit breaking the API in Ply's repository is the following: commit af651673ba6117a0a5405055a92170fffd028106 Author: David Beazley <dave@dabeaz.com> Date: Tue Apr 21 16:31:32 2015 -0500 Added optional support for defaulted states Change-Id: I1db33fdcccf7c39ecdb0e435a5ea9183362471ad Bug: 12621 Reviewed-on: https://code.wireshark.org/review/16864 Reviewed-by: Balint Reczey <balint@balintreczey.hu> Petri-Dish: Balint Reczey <balint@balintreczey.hu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt> Tested-by: João Valverde <j@v6e.pt>
2013-12-04Ply parser updated to 3.5 (from GitHub github.com/dabeaz/ply)Tomas Kukosa1-85/+140
svn path=/trunk/; revision=53782
2013-03-09Update lex and yaccAnders Broman1-2/+2
svn path=/trunk/; revision=48213
2009-11-11Ply 3.3Tomas Kukosa1-61/+155
svn path=/trunk/; revision=30931
2009-02-09Ply parser updated to 3.0Tomas Kukosa1-1682/+1969
svn path=/trunk/; revision=27397
2008-07-26Update Ply to version 2.5Tomas Kukosa1-183/+855
svn path=/trunk/; revision=25838
2007-03-27Ply updated to v2.3Tomas Kukosa1-99/+113
svn path=/trunk/; revision=21225
2007-01-16update Ply to version 2.2Tomas Kukosa1-13/+21
svn path=/trunk/; revision=20448
2006-10-09Ply updated to version 2.1Tomas Kukosa1-648/+409
svn path=/trunk/; revision=19459
2006-08-15Ply updated to version 1.8Tomas Kukosa1-2/+15
svn path=/trunk/; revision=18910
2006-07-27PLY updated to version 1.7Tomas Kukosa1-8/+24
svn path=/trunk/; revision=18797
2005-08-02 Fix svn properties where needed:Jörg Mayer1-0/+0
Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords svn path=/trunk/; revision=15182
2005-07-18PLY package updated to version 1.6Tomas Kukosa1-21/+15
svn path=/trunk/; revision=14951
2004-07-27Fromm Tomas Kukosa: update to version 1.5.Guy Harris1-164/+737
svn path=/trunk/; revision=11534
2004-05-24From Tomas KukosaRonnie Sahlberg1-0/+1844
ASN2ETH compiler and support script for lexical and syntactic analysis. Will later be used for all those ASN.1 protocols we havent implemented yet svn path=/trunk/; revision=10983