aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbparse.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-15Use cast to char for explicit conversion [-Woverflow]João Valverde1-1/+1
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-1/+1
2015-09-15Eliminate proto_tree_add_text from odds and ends.Michael Mann1-1/+1
2015-02-24epan: fix build error with gcc5Daniel Mack1-1/+1
2015-01-17Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.Michael Mann1-22/+21
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+12
2014-09-03tvbparse: do not increment the token length when the new sub token length is 0Pascal Quantin1-2/+4
2014-06-18Fix compilation warningYan Burman1-2/+2
2014-06-18Optimize tvbparse character set checking.Jakub Zawadzki1-61/+29
2014-06-03Change ep_alloc() to wmem_new() change depcrecated API.AndersBroman1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-13tvparse_until() is used, so don't make it static.Guy Harris1-1/+1
2014-01-13#if 0 out unused routines claimed to be "untested" and #if 0'ed out inGuy Harris1-1/+1
2013-12-24Replace all(?) remaining ep_stack occurences with wmem stacks.Evan Huus1-10/+11
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-53/+53
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-26Wrap a couple of very long lines.Chris Maynard1-2/+12
2010-12-31From Jakub Zawadzki via bug 4753: New dissector: JSON, w/minor changes by me:Chris Maynard1-3/+3
2010-04-03(Trivial): indentation & whitespace cleanup.Bill Meier1-404/+409
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-33/+33
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-29/+29
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-29/+29
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2009-04-08More size_t fixes.Gerald Combs1-2/+2
2008-12-20Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-09Add heuristic dissection of XMLLuis Ontanon1-2/+34
2005-12-28Change tvbparse's engine to use callbacks instead of a big switch.Luis Ontanon1-554/+1083
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-10-01one step further... Luis Ontanon1-3/+7
2005-09-29I needed to cut'n'paste something more...Luis Ontanon1-1/+6
2005-09-29add a debugging function that creates a tree exploding the parsed elementsLuis Ontanon1-0/+32
2005-09-28tvbparse.[ch]:Luis Ontanon1-26/+67
2005-09-28update tpgLuis Ontanon1-3/+0
2005-09-27in tvbparse:Luis Ontanon1-2/+14
2005-09-08fix the svn keywords and some comments that were out of dateLuis Ontanon1-1/+1
2005-09-08an API for "bufferless" parsing of text tvbsLuis Ontanon1-0/+756