index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
tvbparse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace more g_malloc with g_new
Moshe Kaplan
2020-12-23
1
-2
/
+2
*
Detect and replace bad allocation patterns
Moshe Kaplan
2020-12-22
1
-2
/
+2
*
Replace instances of wmem_alloc with wmem_new
Moshe Kaplan
2020-08-08
1
-10
/
+10
*
HTTPS (almost) everywhere.
Guy Harris
2019-07-26
1
-1
/
+1
*
epan: remove redundant casts.
Dario Lombardo
2019-01-03
1
-2
/
+2
*
Try to discourage the use of APIs via counting.
Gerald Combs
2018-09-19
1
-46
/
+45
*
epan: use SPDX indentifiers.
Dario Lombardo
2018-02-08
1
-13
/
+1
*
Fix tvbparse recursion limit check.
Stig Bjørlykke
2018-01-09
1
-5
/
+24
*
Limit tvbparse recursion.
Gerald Combs
2018-01-08
1
-2
/
+21
*
Add a ws_in6_addr typedef for struct e_in6_addr.
Guy Harris
2017-10-26
1
-1
/
+1
*
tvbparse: fix memleak
Peter Wu
2016-08-28
1
-0
/
+10
*
Fix some of the checkAPIs.pl warnings for g_warning.
Michael Mann
2016-07-26
1
-45
/
+46
*
tvbparse: change g_hash_table to wmem_map.
Dario Lombardo
2016-06-14
1
-4
/
+4
*
tvbparse: change g_malloc to wmem_alloc.
Dario Lombardo
2016-06-14
1
-13
/
+13
*
tvbparse: change g_strdup_printf to wmem_strdup_printf.
Dario Lombardo
2016-06-13
1
-2
/
+2
*
Use cast to char for explicit conversion [-Woverflow]
João Valverde
2016-02-15
1
-1
/
+1
*
Officially remove tvb_get_string and tvb_get_stringz.
Michael Mann
2015-11-27
1
-1
/
+1
*
Eliminate proto_tree_add_text from odds and ends.
Michael Mann
2015-09-15
1
-1
/
+1
*
epan: fix build error with gcc5
Daniel Mack
2015-02-24
1
-1
/
+1
*
Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.
Michael Mann
2015-01-17
1
-22
/
+21
*
Add editor modelines; Adjust whitespace as needed.
Bill Meier
2014-10-10
1
-0
/
+12
*
tvbparse: do not increment the token length when the new sub token length is 0
Pascal Quantin
2014-09-03
1
-2
/
+4
*
Fix compilation warning
Yan Burman
2014-06-18
1
-2
/
+2
*
Optimize tvbparse character set checking.
Jakub Zawadzki
2014-06-18
1
-61
/
+29
*
Change ep_alloc() to wmem_new() change depcrecated API.
AndersBroman
2014-06-03
1
-5
/
+5
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
tvparse_until() is used, so don't make it static.
Guy Harris
2014-01-13
1
-1
/
+1
*
#if 0 out unused routines claimed to be "untested" and #if 0'ed out in
Guy Harris
2014-01-13
1
-1
/
+1
*
Replace all(?) remaining ep_stack occurences with wmem stacks.
Evan Huus
2013-12-24
1
-10
/
+11
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-1
/
+1
*
From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :
Pascal Quantin
2013-03-02
1
-53
/
+53
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Wrap a couple of very long lines.
Chris Maynard
2012-03-26
1
-2
/
+12
*
From Jakub Zawadzki via bug 4753: New dissector: JSON, w/minor changes by me:
Chris Maynard
2010-12-31
1
-3
/
+3
*
(Trivial): indentation & whitespace cleanup.
Bill Meier
2010-04-03
1
-404
/
+409
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-03
1
-33
/
+33
*
Revert SVN #32360 until Windows compilation errors corrected.
Bill Meier
2010-04-02
1
-29
/
+29
*
From Yaniv Kaul: constify parameters
Bill Meier
2010-04-02
1
-29
/
+29
*
Fix various gcc -Wshadow warnings.
Bill Meier
2010-01-28
1
-4
/
+4
*
More size_t fixes.
Gerald Combs
2009-04-08
1
-2
/
+2
*
Fix some typos and spelling (mostly in text strings)
Bill Meier
2008-12-20
1
-1
/
+1
*
luis.ontanon@gmail.com => luis@ontanon.org
Luis Ontanon
2008-08-05
1
-1
/
+1
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
1
-1
/
+1
*
Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors
Stephen Fisher
2007-03-26
1
-1
/
+1
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Add heuristic dissection of XML
Luis Ontanon
2006-02-09
1
-2
/
+34
*
Change tvbparse's engine to use callbacks instead of a big switch.
Luis Ontanon
2005-12-28
1
-554
/
+1083
*
Trivial warning fixes
Jörg Mayer
2005-11-22
1
-1
/
+1
*
one step further...
Luis Ontanon
2005-10-01
1
-3
/
+7
[next]