aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_byte_graph_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2006-01-24Replace round() with floor(), I don't know if it's the right thing to do but ↵Anders Broman1-1/+1
at least it compiles on Windows again. svn path=/trunk/; revision=17094
2006-01-23From Irene: Add support for showing TSN and time in the graphical analysis.Michael Tüxen1-5/+78
svn path=/trunk/; revision=17082
2005-12-18warning: C++ style comments are not allowed in ISO C90Jörg Mayer1-1/+1
svn path=/trunk/; revision=16853
2005-12-01Bug fixes from Irene.Michael Tüxen1-32/+20
svn path=/trunk/; revision=16639
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+0
filter as an argument on the command line and have a dialog box to enter the display filter through the GUI. Use it for all stats using "gtk_tap_dfilter_dlg_cb()". Add a top-level "stat_menu.h" file to declare "REGISTER_STAT_GROUP_E" for the benefit of the declaration of "register_dfilter_stat()" in the top-level "tap_dfilter_dlg.h". Rename the "stat_menu.h" in the gtk directory to "gtk_stat_menu.h", so as not to have two headers with the same name. Get rid of headers not declaring any functions not being used in the module. svn path=/trunk/; revision=15493
2005-08-20- Declare some functions staticJörg Mayer1-4/+4
- Add plugins_dlg.h - Include .h files in their respective .c files - Include .h and remove extern declarations in .c files - set eol-style and keywords on gui_utils.[hc] svn path=/trunk/; revision=15471
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵Ulf Lamping1-1/+1
named ui_util.h in / dir svn path=/trunk/; revision=15465
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-1/+1
and "Statistics" menu items into "stat.h" and "stat.c", to separate them from the core tapping APIs. A tap could conceivably not register as a "-z" command-line argument or "Statistics" menu item, and a stat could conceivably not be implemented as a tap, and dissectors that implement tapping points don't need the UI-related stuff from "stat.h", they just want the tap-related stuff in <epan/tap.h>. svn path=/trunk/; revision=15427
2005-05-02Fix a bug in counting DATA chunks.Michael Tüxen1-1/+1
svn path=/trunk/; revision=14264
2005-05-01Editorial stuffMichael Tüxen1-196/+218
svn path=/trunk/; revision=14255
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen1-274/+274
Some cleanups of the code. svn path=/trunk/; revision=13858
2005-03-10Warning fix: ISO C forbids zero-size array ‘tsnsJörg Mayer1-1/+1
svn path=/trunk/; revision=13692
2005-02-04Update to versions compiling on and working on Windows and Unix.Michael Tüxen1-29/+37
svn path=/trunk/; revision=13295
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-11/+11
Fix some indentation. svn path=/trunk/; revision=12710
2004-09-07Set svn:eol-style to native to keep line endings canonicalized.Guy Harris1-1/+1
Set svn:keywords to Id to expand RCS IDs. svn path=/trunk/; revision=11931
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.Michael Tüxen1-0/+1185
svn path=/trunk/; revision=11920