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
/
gtk
/
sctp_byte_graph_dlg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't assign to an unused variable;
Bill Meier
2011-05-15
1
-3
/
+1
*
Replace some 'if(...){exit(10);}' by g_asserts;
Bill Meier
2011-05-15
1
-46
/
+37
*
Fix various gcc -Wshadow warnings.
Bill Meier
2010-01-29
1
-2
/
+2
*
Change window_new() to dlg_window_new() and destroy the window with the top l...
Anders Broman
2009-06-22
1
-3
/
+2
*
As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...
Bill Meier
2009-03-19
1
-12
/
+12
*
Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...
Bill Meier
2008-07-08
1
-1
/
+1
*
Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...
Bill Meier
2008-06-29
1
-3
/
+3
*
sort #includes by directories
Ulf Lamping
2008-04-13
1
-10
/
+13
*
where it's not necessary, remove #include "compat_macros.h"
Ulf Lamping
2008-04-12
1
-1
/
+0
*
last round to replace SIGNAL_CONNECT with g_signal_connect
Ulf Lamping
2008-04-11
1
-8
/
+8
*
replace WIDGET_SET_SIZE with gtk_widget_set_size_request
Ulf Lamping
2008-04-11
1
-1
/
+1
*
replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...
Ulf Lamping
2008-04-11
1
-1
/
+1
*
OBJECT_..._DATA --> g_object_..._data
Bill Meier
2008-04-11
1
-6
/
+6
*
Cleanup whitespaces.
Michael Tüxen
2008-04-07
1
-30
/
+27
*
remove GTK1 code
Ulf Lamping
2008-04-07
1
-106
/
+0
*
Include epan/strutil.h for gtk-1.2 builds.
Michael Tüxen
2008-03-01
1
-0
/
+1
*
Next attempt to cleanup some string functions, including:
Stig Bjørlykke
2008-02-29
1
-1
/
+1
*
Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).
Stig Bjørlykke
2008-02-01
1
-1
/
+1
*
From Irene Ruengeler: Fix TSN handling in graphs.
Michael Tüxen
2007-05-22
1
-1
/
+1
*
From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.
Michael Tüxen
2007-04-22
1
-2
/
+37
*
fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flag
Ulf Lamping
2007-03-21
1
-18
/
+18
*
A fix from Irene Ruengeler to keep assocs selected when
Michael Tüxen
2007-02-09
1
-9
/
+9
*
Fixes the handling of long term captures from a simulation tool.
Michael Tüxen
2006-05-31
1
-30
/
+107
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
From Irene: Fix problems with off screen drawings
Michael Tüxen
2006-03-30
1
-7
/
+60
*
Remove MIN and MAX defines, which GLib provides.
Gerald Combs
2006-03-09
1
-25
/
+23
*
Replace round() with floor(), I don't know if it's the right thing to do but ...
Anders Broman
2006-01-24
1
-1
/
+1
*
From Irene: Add support for showing TSN and time in the graphical analysis.
Michael Tüxen
2006-01-23
1
-5
/
+78
*
warning: C++ style comments are not allowed in ISO C90
Jörg Mayer
2005-12-18
1
-1
/
+1
*
Bug fixes from Irene.
Michael Tüxen
2005-12-01
1
-32
/
+20
*
Add a "register_dfilter_stat()", to register stats that take a display
Guy Harris
2005-08-21
1
-1
/
+0
*
- Declare some functions static
Jörg Mayer
2005-08-20
1
-4
/
+4
*
renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...
Ulf Lamping
2005-08-20
1
-1
/
+1
*
Move the APIs for registering and processing "-z" command-line arguments
Guy Harris
2005-08-19
1
-1
/
+1
*
Fix a bug in counting DATA chunks.
Michael Tüxen
2005-05-02
1
-1
/
+1
*
Editorial stuff
Michael Tüxen
2005-05-01
1
-196
/
+218
*
From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.
Michael Tüxen
2005-03-22
1
-274
/
+274
*
Warning fix: ISO C forbids zero-size array ‘tsns
Jörg Mayer
2005-03-10
1
-1
/
+1
*
Update to versions compiling on and working on Windows and Unix.
Michael Tüxen
2005-02-04
1
-29
/
+37
*
Get rid of C++/C99-style comments - not all C compilers accept them.
Guy Harris
2004-12-10
1
-11
/
+11
*
Set svn:eol-style to native to keep line endings canonicalized.
Guy Harris
2004-09-07
1
-1
/
+1
*
Added graphical SCTP analysis implemented by Irene Ruengeler.
Michael Tüxen
2004-09-07
1
-0
/
+1185