aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbparse.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-16tvbparse: explicitly memory-scope parserEvan Huus1-352/+12
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-06-19Replace g_assert() with ws_assert()João Valverde1-4/+5
2021-06-16Replace g_log() calls with ws_log()João Valverde1-45/+45
2020-12-23Replace more g_malloc with g_newMoshe Kaplan1-2/+2
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-08-08Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-10/+10
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-03epan: remove redundant casts.Dario Lombardo1-2/+2
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-46/+45
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-01-09Fix tvbparse recursion limit check.Stig Bjørlykke1-5/+24
2018-01-08Limit tvbparse recursion.Gerald Combs1-2/+21
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2016-08-28tvbparse: fix memleakPeter Wu1-0/+10
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-45/+46
2016-06-14tvbparse: change g_hash_table to wmem_map.Dario Lombardo1-4/+4
2016-06-14tvbparse: change g_malloc to wmem_alloc.Dario Lombardo1-13/+13
2016-06-13tvbparse: change g_strdup_printf to wmem_strdup_printf.Dario Lombardo1-2/+2
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