aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tpg.h
AgeCommit message (Collapse)AuthorFilesLines
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25937 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-01one step further... lego1-0/+2
TPG now uses the ignore feature of tvbparse named sub_rules can have cardinality epan/tvbparse.c: do not crash on zero cardinality git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16065 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-01emem.[ch]:lego1-18/+10
Add a simple stack implememtation that uses ep_alloc Add ep_new() ep_new0() macros tpg.[ch]: use the stack in tpg helpers git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16061 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-28update tpglego1-1/+4
tvbparse: - for tvbparse_until spend the target token even if it isn't included git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16032 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-27TPG TVB Parser Generatorlego1-0/+88
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) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16021 f5534014-38df-0310-8fa8-9805f1628bb7