aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tpg
AgeCommit message (Collapse)AuthorFilesLines
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