aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2007-09-06Enable esc key for SCTP Associations window.wmeier1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22804 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.tuexen1-88/+67
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21894 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-09A fix from Irene Ruengeler to keep assocs selected whentuexen1-34/+92
setting/applying filters. Remove some warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20759 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-29Improve the handling of INIT/ABORT mesage pairs.tuexen1-7/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20608 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
strings, and function names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18205 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15793 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soguy1-1/+1
that it doesn't appear to be part of GTK+. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15501 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15493 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-20- Declare some functions staticjmayer1-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] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15471 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵ulfl1-1/+1
named ui_util.h in / dir git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15465 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-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>. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15427 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-10removed tons of MSVC const related warnings.ulfl1-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! git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15286 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-06Last set of char -> const char trivial warning fixes.jmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15244 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-28Warning fixesjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15125 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-16add 12 new toolbar/menu iconsulfl1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14098 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.tuexen1-58/+70
Some cleanups of the code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13858 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-10Trivial warning fixesjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13691 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-05Get rid of a redundant test.guy1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13604 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-27few fixes to The SCTP associations dialoglego1-4/+23
- do not call main_filter_packets() with a null dfilter string - fix two leaks git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13531 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-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... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13289 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.guy1-1/+1
Fix some indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12710 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-07Set svn:eol-style to native to keep line endings canonicalized.guy1-1/+1
Set svn:keywords to Id to expand RCS IDs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11931 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-07Added graphical SCTP analysis implemented by Irene Ruengeler.tuexen1-0/+590
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11920 f5534014-38df-0310-8fa8-9805f1628bb7