aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbparse.c
Commit message (Expand)AuthorAgeFilesLines
* Replace more g_malloc with g_newMoshe Kaplan2020-12-231-2/+2
* Detect and replace bad allocation patternsMoshe Kaplan2020-12-221-2/+2
* Replace instances of wmem_alloc with wmem_newMoshe Kaplan2020-08-081-10/+10
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* epan: remove redundant casts.Dario Lombardo2019-01-031-2/+2
* Try to discourage the use of APIs via counting.Gerald Combs2018-09-191-46/+45
* epan: use SPDX indentifiers.Dario Lombardo2018-02-081-13/+1
* Fix tvbparse recursion limit check.Stig Bjørlykke2018-01-091-5/+24
* Limit tvbparse recursion.Gerald Combs2018-01-081-2/+21
* Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris2017-10-261-1/+1
* tvbparse: fix memleakPeter Wu2016-08-281-0/+10
* Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann2016-07-261-45/+46
* tvbparse: change g_hash_table to wmem_map.Dario Lombardo2016-06-141-4/+4
* tvbparse: change g_malloc to wmem_alloc.Dario Lombardo2016-06-141-13/+13
* tvbparse: change g_strdup_printf to wmem_strdup_printf.Dario Lombardo2016-06-131-2/+2
* Use cast to char for explicit conversion [-Woverflow]João Valverde2016-02-151-1/+1
* Officially remove tvb_get_string and tvb_get_stringz.Michael Mann2015-11-271-1/+1
* Eliminate proto_tree_add_text from odds and ends.Michael Mann2015-09-151-1/+1
* epan: fix build error with gcc5Daniel Mack2015-02-241-1/+1
* Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.Michael Mann2015-01-171-22/+21
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-101-0/+12
* tvbparse: do not increment the token length when the new sub token length is 0Pascal Quantin2014-09-031-2/+4
* Fix compilation warningYan Burman2014-06-181-2/+2
* Optimize tvbparse character set checking.Jakub Zawadzki2014-06-181-61/+29
* Change ep_alloc() to wmem_new() change depcrecated API.AndersBroman2014-06-031-5/+5
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* tvparse_until() is used, so don't make it static.Guy Harris2014-01-131-1/+1
* #if 0 out unused routines claimed to be "untested" and #if 0'ed out inGuy Harris2014-01-131-1/+1
* Replace all(?) remaining ep_stack occurences with wmem stacks.Evan Huus2013-12-241-10/+11
* emem -> wmem conversion:Pascal Quantin2013-09-221-1/+1
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-021-53/+53
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Wrap a couple of very long lines.Chris Maynard2012-03-261-2/+12
* From Jakub Zawadzki via bug 4753: New dissector: JSON, w/minor changes by me:Chris Maynard2010-12-311-3/+3
* (Trivial): indentation & whitespace cleanup.Bill Meier2010-04-031-404/+409
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-33/+33
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-29/+29
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-29/+29
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-281-4/+4
* More size_t fixes.Gerald Combs2009-04-081-2/+2
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-201-1/+1
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-051-1/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-1/+1
* Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher2007-03-261-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* Add heuristic dissection of XMLLuis Ontanon2006-02-091-2/+34
* Change tvbparse's engine to use callbacks instead of a big switch.Luis Ontanon2005-12-281-554/+1083
* Trivial warning fixesJörg Mayer2005-11-221-1/+1
* one step further... Luis Ontanon2005-10-011-3/+7