aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/firewall_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-24Replace deprecated functions.etxrab1-2/+3
Udate comments in CheckAPIs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38185 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11Fix more tooltips.etxrab1-7/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37980 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.gerald1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37971 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-12Define some fcns & vars as static;wmeier1-1/+1
Rename g_capture_in_progress to gbl_capture_in_progress (capture_if_dlg.c) Do some whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34490 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-22GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etcwmeier1-39/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31948 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-19Fix compilation with pre-2.6 GTK+.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31920 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-18GtkOPtionMenu ==> GtkComboBox;wmeier1-61/+76
Also: - Remove some unneeded #includes; - It's now OK to use gtk_text_buffer_select_range() since GTK .ge. 2.4 is now required; (This reverts SVN #18750). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31917 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-17#if 0 some unused code; Fix some indenttion.wmeier1-34/+37
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31907 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-19Changed hf_ip_proto to use ipproto_val[].stig1-1/+0
Removed some unneeded includes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31017 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-02io_stat save & filewall rule save: rework "save dialog" slightly:wmeier1-7/+37
- Prevent "dead" save-as window if error opening/writing file or if a directory is entered as the filename; Work-around is to always kill save-as window whether success or an error causing alert-box popup; - Enable "check for file overwrite" (if GTK 2.8 or greater); - Fix some memory leaks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28608 f5534014-38df-0310-8fa8-9805f1628bb7
2009-04-15size_t fixes.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28059 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or ↵wmeier1-3/+3
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-06-21Removed the usage of topic_available() as we now have all topics.stig1-9/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25505 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-2/+2
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25354 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-06Fix some of the Errors/warnings detected by checkapi.etxrab1-26/+26
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25244 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.sfisher1-21/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25182 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-16use the standard dialog button mechanism for the firewall dialogulfl1-16/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25061 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13sort #includes by directoriesulfl1-15/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24968 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-11third round to replace SIGNAL_CONNECT with g_signal_connectulfl1-12/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24914 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's ↵ulfl1-3/+3
gtk_button_new_from_stock git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24904 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24895 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-06replace confusing #if checking for GTK2.4.0 (the GTK version when ↵ulfl1-2/+2
gtk_file_chooser was "invented") by #if GTK_CHECK_VERSION(2,4,0) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24819 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-06remove GTK1 codeulfl1-37/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24818 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-22Fix various compiler warningssfisher1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20522 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-26Get rid of aun unused routine.guy1-33/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19040 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-17gtk_text_buffer_select_range() was introduced in GTK+ 2.4, so don't use it.gerald1-1/+2
Set our selection range manually. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18750 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-15Fix compilation problems for Windows and GTK1.gerald1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18741 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-14Add support for generating firewall ACL rules. MAC, IPv4, port, andgerald1-0/+867
IPv4+port rules are supported along with several syntaxes: IOS standard, IOS extended, ipfilter, ipfw, pf, and netsh. IPv6 is currently not supported, but shouldn't be too difficult to add. All of the rules were created using the documentation for each product. None of them have been tested. For the time being, use them with caution. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18737 f5534014-38df-0310-8fa8-9805f1628bb7