aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tpg
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-9/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
svn path=/trunk/; revision=45017
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier1-0/+0
svn path=/trunk/; revision=24390
2008-01-08Changed email address for Gerald from zing.org to wireshark.orgStig Bjørlykke1-1/+1
in a lot of files, which I suppose is correct. svn path=/trunk/; revision=24034
2007-03-25remove unused CFLAGSUlf Lamping1-2/+0
svn path=/trunk/; revision=21182
2006-06-06Ethereal -> WiresharkGerald Combs1-1/+1
svn path=/trunk/; revision=18374
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-21name changeRonnie Sahlberg4-7/+7
svn path=/trunk/; revision=18197
2005-12-09Fix ...$ to : $Jörg Mayer3-3/+3
svn path=/trunk/; revision=16750
2005-10-01one step further... Luis Ontanon1-1/+14
TPG now uses the ignore feature of tvbparse named sub_rules can have cardinality epan/tvbparse.c: do not crash on zero cardinality svn path=/trunk/; revision=16065
2005-10-01Some changes in tpg's grammar to avoid constructing elements that cannot be ↵Luis Ontanon1-35/+22
dereferenced svn path=/trunk/; revision=16062
2005-09-29another step closerLuis Ontanon2-111/+128
svn path=/trunk/; revision=16052
2005-09-28update tpgLuis Ontanon2-34/+25
tvbparse: - for tvbparse_until spend the target token even if it isn't included svn path=/trunk/; revision=16032
2005-09-27now it starts to work...Luis Ontanon1-2/+2
svn path=/trunk/; revision=16028
2005-09-27TPG TVB Parser GeneratorLuis Ontanon5-0/+1084
Given a bnf-like grammar generate a set of helpers for a dissector It's not working yet, however I need this checkin as a cheeckpoint (I'll write the doc when it starts to be ready) svn path=/trunk/; revision=16021