aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingjmayer1-10/+1
the old ways except the proto_help.c file, which is kept for now in case someone is willing to reimplement the help menus using non-deprecated methods. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39137 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-19Add a few more menu items.etxrab1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38623 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-21Fix almost all accesses to ->windowjmayer1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38151 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDjmayer1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38006 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in agerald1-131/+124
couple of places. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37969 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-17More eradication of old-style function definitions.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37216 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-23(Trivial/Cosmetic) Fix signatures of some signal callback functions;wmeier1-1/+1
Also:Add some missing G_CALLBACKs (even in commented out code) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33890 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-23From Robin Seggelmann: Improve SCTP chunk statistics.tuexen1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33297 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-10Yet another fix in dlg_destroy().stig1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30916 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-10Fixed a bug in dlg_destroy() to destroy all widgets.stig1-5/+2
Removed unused variable 'sortable' in create_list(). Removed unused variable 'checksum' in sctp_stat_on_apply_filter(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30914 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-05Return from sctp_stat_on_select_row() if nothing selected.stig1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30338 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-30Corrected prototype for create_list().stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30221 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-01From Irene Ruengeler: Get rid of legacy gtk code...tuexen1-219/+243
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29649 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-27Add #include <stdio.h> in a few more places ....wmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29578 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-08From Kovarththanan Rajaratnam:etxrab1-1/+1
No letter-shortcuts in Telephony menu. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29028 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
a protocol tree; the column values. This includes stats-tree listeners. Have the routines to build the packet list, and to retap packets, honor those requirements. This means that cf_retap_packets() no longer needs an argument to specify whether to construct the column values or not, so get rid of that argument. This also means that there's no need for a tap to have a fake filter to ensure that the protocol tree will be built, so don't set up a fake "frame" filter. While we're at it, clean up some cases where "no filter" was represented as a null string rather than a null pointer. Have a routine to return an indication of the number of tap listeners with filters; use that rather than the global num_tap_filters. Clean up some indentation and some gboolean vs. gint items. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28645 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();wmeier1-1/+0
(In each case the arg values used [4,0] were the same as the defaults). checkAPIs.pl: gtk_button_box_set_child_ipadding: 'W' --> 'E' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28030 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-13Bring the windows to front when rescanning of packets are done.stig1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26438 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or ↵wmeier1-1/+1
equivalent API gtk_button_box_set_spacing() ==> gtk_box_set_spacing() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25673 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or ↵wmeier1-1/+1
equivalent API gtk_container_border_width() ==> gtk_container_set_border_width() gtk_container_children() ==> gtk_container_get_children() gtk_entry_new_with_max_length() ==> gtk_entry_new(); gtk_entry_set_max_length() gtk_menu_append() ==> gtk_menu_shell_append() gtk_menu_prepend() ==> gtk_menu_shell_prepend() gtk_notebook_set_page() ==> gtk_notebook_set_current_page() gtk_paned_gutter_size() ==> gtk_paned_set_gutter_size() gtk_radio_button_group() ==> gtk_radio_button_get_group() gtk_signal_connect() ==> g_signal_connect() gtk_signal_disconnect() ==> g_signal_handler_disconnect() gtk_signal_emit_by_name() ==> g_signal_emit_by_name() gtk_signal_handler_block_by_data() ==> g_signal_handlers_block_matched() gtk_signal_handler_block_by_func() ==> g_signal_handlers_block_by_func() gtk_signal_handler_unblock_by_data() ==> g_signal-handlers_unblock_matched() gtk_signal_handler_unblock_by_func() ==> g_signal-handlers_unblock_by_func() gtk_spin_button_get_value_as_float() ==> gtk_spin_button_get_value() gtk_toggle_button_set_state() ==> gtk_toggle_button_set_active() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25634 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13sort #includes by directoriesulfl1-11/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24969 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24922 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24918 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24910 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's ↵ulfl1-1/+1
gtk_button_new_from_stock git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24904 f5534014-38df-0310-8fa8-9805f1628bb7
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