TPG TVB Parser Generator
authorLuis Ontanon <luis.ontanon@gmail.com>
Tue, 27 Sep 2005 20:48:48 +0000 (20:48 -0000)
committerLuis Ontanon <luis.ontanon@gmail.com>
Tue, 27 Sep 2005 20:48:48 +0000 (20:48 -0000)
commit72cbc6410b80e0ca8d8fc7fa5f7d49ea70c74398
tree39da66825e2d2d6b506b9c604cde524df2b0451c
parent9a66525b71ff30396b80804406affa14de450e55
TPG TVB Parser Generator

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
epan/tpg.c [new file with mode: 0644]
epan/tpg.h [new file with mode: 0644]
tools/tpg/Makefile.am [new file with mode: 0644]
tools/tpg/Makefile.nmake [new file with mode: 0644]
tools/tpg/V2P.pm [new file with mode: 0644]
tools/tpg/tpg.pl [new file with mode: 0644]
tools/tpg/tpg.yp [new file with mode: 0644]