aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
generate columns; use cf_retap_packets instead of cf_redissect_packets() when running taps (the general flow graph stat uses the Info column). svn path=/trunk/; revision=15793
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
that it doesn't appear to be part of GTK+. svn path=/trunk/; revision=15501
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
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-3/+3
- 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-2/+2
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-08-10removed tons of MSVC const related warnings.Ulf Lamping1-2/+2
This might at some places interfere with the changes for gcc4, we might have to negotiate in that case :-) Please note that a lot of these warnings were GTK1.x related only! svn path=/trunk/; revision=15286
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-3/+3
svn path=/trunk/; revision=15244
2005-07-28Warning fixesJörg Mayer1-1/+1
svn path=/trunk/; revision=15125
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-1/+1
add two toolbar toggle buttons add icons to various menu items create new Statistics telephony group and put telephony and alike protocols in it svn path=/trunk/; revision=14098
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen1-58/+70
Some cleanups of the code. svn path=/trunk/; revision=13858
2005-03-10Trivial warning fixesJörg Mayer1-1/+1
svn path=/trunk/; revision=13691
2005-03-05Get rid of a redundant test.Guy Harris1-3/+0
svn path=/trunk/; revision=13604
2005-02-27few fixes to The SCTP associations dialogLuis Ontanon1-4/+23
- do not call main_filter_packets() with a null dfilter string - fix two leaks svn path=/trunk/; revision=13531
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
This includes: all functions in file.h now have a cf_ prefix, will have doxygen tags, will have the capture_file *cf as the first parameter and I tried to generalize the return values for non trivial functions. Hopefully, I didn't introduced any new bugs, as I had to change a lot of files... svn path=/trunk/; revision=13289
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris1-1/+1
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/+590
svn path=/trunk/; revision=11920