aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbparse.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-09-16tvbparse: explicitly memory-scope parserEvan Huus1-36/+5
2018-05-01Use common indenting space in headingStig Bjørlykke1-11/+11
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-08Limit tvbparse recursion.Gerald Combs1-0/+1
2016-06-14tvbparse: change g_hash_table to wmem_map.Dario Lombardo1-1/+1
2014-12-30Tabs are not necessarily set every 4 spaces.Guy Harris1-121/+121
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+23
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2010-05-06Cleanup and export the TVB parser.Jaap Keuter1-44/+41
2010-04-03(Trivial): indentation & whitespace cleanup.Bill Meier1-39/+39
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-23/+23
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-22/+22
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-22/+22
2010-03-22(Trivial) Fix a typo.Bill Meier1-1/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-09Add heuristic dissection of XMLLuis Ontanon1-1/+12
2005-12-28Change tvbparse's engine to use callbacks instead of a big switch.Luis Ontanon1-28/+138
2005-09-29add a debugging function that creates a tree exploding the parsed elementsLuis Ontanon1-0/+3
2005-09-28tvbparse.[ch]:Luis Ontanon1-1/+18
2005-09-27in tvbparse:Luis Ontanon1-3/+3
2005-09-08fix the svn keywords and some comments that were out of dateLuis Ontanon1-15/+20
2005-09-08an API for "bufferless" parsing of text tvbsLuis Ontanon1-0/+329