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
/
stats_tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of -Wshadow warning - I guess we're including something that
Guy Harris
2013-08-14
1
-5
/
+5
*
Replace relative timestamp with reference frame number. Saves 16B per frame.
Jakub Zawadzki
2013-07-21
1
-1
/
+1
*
From beroset:
Anders Broman
2013-03-16
1
-19
/
+19
*
it's ==> its & its ==> it's as needed.
Bill Meier
2013-02-26
1
-1
/
+1
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-2
/
+2
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...
Anders Broman
2012-07-15
1
-1
/
+23
*
From Michael Mann:
Guy Harris
2012-07-07
1
-0
/
+17
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix some dead code and zero division issues found by Clang scan-build.
Gerald Combs
2011-02-18
1
-102
/
+102
*
Constify an argument.
Guy Harris
2010-03-26
1
-1
/
+1
*
Have tap listeners specify whether the "packet" routine requires
Guy Harris
2009-06-05
1
-2
/
+7
*
More size_t fixes. Use a string buffer in range.c.
Gerald Combs
2009-04-08
1
-1
/
+1
*
From Jakub Zawadzki (bug 3331):
Stig Bjørlykke
2009-03-13
1
-4
/
+2
*
Remove an ugly hack:
Ulf Lamping
2009-02-10
1
-2
/
+14
*
More (mostly stats tree) unsigned->signed char cleanup
Jeff Morriss
2008-07-12
1
-1
/
+1
*
Change the stats tree API to use signed chars instead of guint8s for all its
Jeff Morriss
2008-07-11
1
-108
/
+144
*
Fix some of the Errors/warnings detected by checkapi,
Anders Broman
2008-05-05
1
-1
/
+1
*
- Remove GLIB1 code
Stephen Fisher
2008-04-07
1
-1
/
+0
*
Remove almost all of the casts I committed recently and in place of
Stephen Fisher
2007-03-28
1
-15
/
+15
*
Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errors
Stephen Fisher
2007-03-26
1
-22
/
+22
*
From Sebastien Tandel:
Stephen Fisher
2007-02-13
1
-38
/
+33
*
From Sebastien Tandel:
Stephen Fisher
2007-01-21
1
-7
/
+52
*
Tethereal/tethereal -> TShark/tshark.
Gerald Combs
2006-05-31
1
-1
/
+1
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-2
/
+2
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
Fix bug 710 and avoid having it crash when more than one instance are open at...
Luis Ontanon
2006-03-15
1
-0
/
+1
*
Fix a possible NULL pointer dereference (coverity bug id 32)
Lars Roland
2006-03-07
1
-1
/
+1
*
Get rid of unused function.
Guy Harris
2005-11-26
1
-4
/
+0
*
one leak less...
Luis Ontanon
2005-09-28
1
-1
/
+1
*
Instead of checking if this is a new packet at every call to avoid recounting...
Luis Ontanon
2005-09-22
1
-9
/
+6
*
EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
Ulf Lamping
2005-08-24
1
-4
/
+4
*
- Include the .h files in their .c files.
Jörg Mayer
2005-08-20
1
-0
/
+2
*
Last set of trivial fixes for "no previous declaration" warnings.
Jörg Mayer
2005-08-02
1
-1
/
+1
*
More 'char*' -> 'const char*' changes to fix warnings.
Jörg Mayer
2005-07-23
1
-3
/
+3
*
dup the filter string so that it can be freed without problems.
Luis Ontanon
2005-05-20
1
-6
/
+4
*
Fix the names that were not consistent after the rename.
Luis Ontanon
2005-03-21
1
-4
/
+10
*
Add a cleanup call-back to the stats_tree.
Luis Ontanon
2005-03-21
1
-3
/
+17
*
Rename all stats_tree extern functions to start with stats_tree_
Luis Ontanon
2005-03-21
1
-28
/
+28
*
bugfix: don't access node elements, after calling free_stat_node
Ulf Lamping
2005-03-20
1
-3
/
+14
*
There was a design flaw that caused a crash on windows and
Luis Ontanon
2005-03-20
1
-62
/
+72
*
- replace tabs with spaces while printing
Luis Ontanon
2005-03-06
1
-2
/
+2
*
Several fixes to the stats_tree
Luis Ontanon
2005-02-27
1
-1
/
+6
*
change to int the return type of manip_stat_node() so that it can be used as ...
Luis Ontanon
2005-02-25
1
-3
/
+3
*
some more work for
Luis Ontanon
2005-02-25
1
-7
/
+50
*
Update to the stats_tree tapping API
Luis Ontanon
2005-02-24
1
-3
/
+48
*
Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),
Luis Ontanon
2005-02-20
1
-7
/
+17
*
Initial checkin of the stats-tree tap API
Luis Ontanon
2005-02-16
1
-0
/
+532