aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbparse.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-03(Trivial): indentation & whitespace cleanup.wmeier1-404/+409
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32366 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-33/+33
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4422 From me: Fix a number of instances where the function prototype or the function definition wasn't changed so there was a mismatch thus causing Windows (but not gcc) compilation errors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32365 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-29/+29
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32361 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-02From Yaniv Kaul: constify parameterswmeier1-29/+29
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4422 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32360 f5534014-38df-0310-8fa8-9805f1628bb7
2010-01-28Fix various gcc -Wshadow warnings.wmeier1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31720 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-08More size_t fixes.gerald1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28000 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-20Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27068 f5534014-38df-0310-8fa8-9805f1628bb7
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
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
them, add -Wno-pointer-sign to CFLAGS when gcc will accept it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21253 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-1/+1
under gcc to tools/lemon, plugins/mate and epan/ git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21204 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
2006-02-09Add heuristic dissection of XMLlego1-2/+34
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17228 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-28Change tvbparse's engine to use callbacks instead of a big switch.lego1-554/+1083
add some primitives. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16916 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-22Trivial warning fixesjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16561 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-01one step further... lego1-3/+7
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-09-29I needed to cut'n'paste something more...lego1-1/+6
I did not even try to compile it before check it in, sorry! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16057 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-29add a debugging function that creates a tree exploding the parsed elementslego1-0/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16054 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-28tvbparse.[ch]:lego1-26/+67
- add a tvbparse_handle() (for recursion) - change tvbparse_until() to allow more control when parsing - make the wanted control an union so that different types of data can be used packet-xml.c: - change the parser definition to match changes to tvbparse_until() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16045 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-28update tpglego1-3/+0
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-27in tvbparse:lego1-2/+14
- tvbparse_some now handles 0 items. - added accessors for a tt's offset and remaining length. in packet-xml: - min_len=0 for tvbparse_chars() is soon going to mean zero instead of 1 change the 0s to 1s. - attribute names can have ':' even if it's namespaces isn't managed yet. - split the xml grammar in more elements so It can be actually read by a human being. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16031 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-08fix the svn keywords and some comments that were out of datelego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15727 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-08an API for "bufferless" parsing of text tvbslego1-0/+756
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15726 f5534014-38df-0310-8fa8-9805f1628bb7